Play online: https://jcreedcmu.github.io/wordlike/
This is a prototype of a tile-laying word game (like scrabble, bananagrams, etc.) with some extra mechanics that enable expansion across a large grid. Some influence coming from roguelikes, tower defense games, etc.
In one shell, you can
make watchto build the js bundle and in another
make serveto start a local server on port 8000.
Browse to http://localhost:8000 to play the game.
| Directory | Description |
|---|---|
| .github/workflows | Deploy scripts |
| precompute | Scripts to precompute assets |
| public | Static assets for browser version |
| src/core | State and state update code |
| src/layout | Code for ui computations |
| src/core | React components |
| src/ui | Rendering code |
| src/util | Utilities |
| tests | Unit tests |
| vendor | Vendored libraries (for now just stb's font library) |
