Skip to content

oskarrough/simuu

Repository files navigation

Simuu

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

https://simuu.0sk.ar

Second game is puzzle game Trainyard, a clone of the old (no longer available) iOS game.

Project structure

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

About

Just playing around, again.

Topics

Resources

Stars

Watchers

Forks

Contributors