This repo contains two prototype games and a little library to build them.
This project was NOT hand-coded, but created together with an LLM that did most of the writing.
First and main game is an RTS: Siimuu Chronicles is a real-time strategy game where two players build bases, train units, and battle for dominance. The first player to destroy all enemy bases wins.
- @docs.md
- @plan.md
Second game is puzzle game Trainyard, a clone of the old (no longer available) iOS game.
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
│ └── copied as is, no build processing
├── lib/
│ └── copied as is, no build processing
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
│ └── components/
│ └── rts/ # contains the rts game
│ └── trainyard/ #contains the puzzle game