jcreedcmu / wordlike

Wordlike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Wordlike


Languages

Language:TypeScript 91.7%Language:GLSL 5.2%Language:C 1.0%Language:JavaScript 0.9%Language:CSS 0.5%Language:Shell 0.4%Language:Makefile 0.2%Language:HTML 0.1%