https://github.com/jonmagic/sister_wars
A game about two sisters constantly at war with each other.
https://github.com/jonmagic/sister_wars
Last synced: about 2 months ago
JSON representation
A game about two sisters constantly at war with each other.
- Host: GitHub
- URL: https://github.com/jonmagic/sister_wars
- Owner: jonmagic
- License: mit
- Created: 2024-12-28T22:06:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:43:57.000Z (over 1 year ago)
- Last Synced: 2025-03-11T02:58:06.921Z (about 1 year ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sister Wars
A game about two sisters constantly at war with each other.
[Version 1.0.0](https://github.com/jonmagic/sister_wars/pull/1) simply laid the foundation with node, phaser, typescript, eslint, prettier, a ci build, and the first interactive gameplay.
https://github.com/user-attachments/assets/8dc34247-956c-477c-b846-9e7d672aa2ba
## Getting Started
```bash
git clone https://github.com/jonmagic/sister_wars
cd sister_wars
npm install
npm run dev
```
Open http://localhost:8080 in your browser.