Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienjuif/subterra
Not finished clone of subterra board game
https://github.com/fabienjuif/subterra
coop game subterra turn-based wip
Last synced: 14 days ago
JSON representation
Not finished clone of subterra board game
- Host: GitHub
- URL: https://github.com/fabienjuif/subterra
- Owner: fabienjuif
- Created: 2020-03-14T21:03:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:38:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T10:19:06.827Z (about 1 month ago)
- Topics: coop, game, subterra, turn-based, wip
- Language: JavaScript
- Homepage: https://pedantic-lalande-d5e881.netlify.com/
- Size: 2.79 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🤖 Hack it
### 🕹 Start the UI and play with it
1. Install dependencies: `yarn`
2. Start the dev server (ui & server): `yarn start`
3. Go to http://localhost:3000
4. Play with the code!
5. You can install [redux-devtools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=fr) and [react-devtools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) too!### ✔ Unit testing
1. Install dependencies: `yarn`
2. Run tests: `yarn test`, note that if you want to run all tests you have to press `a` after test are listening## âš— Stack
### 🚀 [AWS](./lambdas/README.md)
Check the dedicated [README.md](./lambdas/README.md)