Skip to content

Commit

Permalink
FEATURE(nfb-wayfinder): Inited a game - NFB Wayfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
SuneBear committed Jun 24, 2021
1 parent 4b00ce4 commit c3f8429
Show file tree
Hide file tree
Showing 636 changed files with 115,083 additions and 2,669 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
/dist
dist
.cache

*.log
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
P.S: All these source code can be run directly in a modern browser, because these parallel projects are non-abstract concrete works written in JavaScript (ES5 & ES6), HTML and CSS. I don't wanna create building system for each project, just let me make ideas happen faster without any stumbling blocks.

## Applications
- [Todo List](./src/applications/todolist-koa-graphql-react-relay) (based on Koa, GraphQL, React, Relay) - A fork of TodoMVC from [koa-graphql-relay-example](https://github.com/chentsulin/koa-graphql-relay-example).
- @TODO

## Games
- [Peaceful Roguelike Wonderland](./src/games/peaceful-roguelike-wonderland) - Take a journey into peaceful roguelike wonderland without "dungeon" danger. [Play it now](https://sunebear.github.io/SB-Playgrounds/games/peaceful-roguelike-wonderland)
- [Wayfinder by NFB & Matt](./src/games/nfb-wayfinder) - an animated journey across the poetry of the land. [Play it now](https://sunebear.github.io/SB-Playgrounds/games/nfb-wayfinder)

## Image Filters
- [Dots Trump](./src/image-filters/dots-trump) - Make Every Image Dotty Again! [Try it now](https://sunebear.github.io/SB-Playgrounds/image-filters/dots-trump)
Expand Down
Loading

0 comments on commit c3f8429

Please sign in to comment.