Skip to content

jcreedcmu/wordlike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08a6e9f · May 9, 2024
Mar 5, 2024
Feb 27, 2024
Feb 29, 2024
Mar 5, 2024
May 9, 2024
Feb 29, 2024
Dec 9, 2023
Sep 30, 2023
Feb 27, 2024
Oct 14, 2023
Mar 5, 2024
Sep 30, 2023
Feb 7, 2024
Oct 21, 2023
Oct 8, 2023
Feb 5, 2024
Feb 19, 2024

Repository files navigation

Wordlike

run tests

Demo

Play online: https://jcreedcmu.github.io/wordlike/

image

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.

Development

In one shell, you can

make watch

to build the js bundle and in another

make serve

to start a local server on port 8000.

Browse to http://localhost:8000 to play the game.

Directory Structure

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)