https://github.com/jfmdev/windup-rps
A game were you play rock-paper-scissors against a group of evil (but not so smart) windup robots
https://github.com/jfmdev/windup-rps
game html5-game phaser phaser3 pwa pwa-app typescript vite vitejs
Last synced: about 1 month ago
JSON representation
A game were you play rock-paper-scissors against a group of evil (but not so smart) windup robots
- Host: GitHub
- URL: https://github.com/jfmdev/windup-rps
- Owner: jfmdev
- License: mpl-2.0
- Created: 2024-02-27T22:54:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T19:34:50.000Z (about 1 year ago)
- Last Synced: 2025-03-01T00:58:53.630Z (3 months ago)
- Topics: game, html5-game, phaser, phaser3, pwa, pwa-app, typescript, vite, vitejs
- Language: TypeScript
- Homepage: https://jfmdev.github.io/windup-rps/
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Windup RPS
A game where you must play rock-paper-scissors against a group of evil (but no so smart) windup robots.
[Play the game here](https://jfmdev.github.io/windup-rps/)

## Getting Started
The project was created using the [vite-phaser-ts](https://github.com/iwantantra/vite-phaser-ts) template, which provides the following scripts:
* `npm run dev` to run the project locally.
* `npm run build` to build the project.
* `npm run preview` to preview the build.
* `npm run lint` to lint check your code using eslint.
* `npm run lint-fix` to lint check and fix your code.## License
Windup RPS is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0. You should have received a copy of the MPL 2.0 along with this software, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.