https://github.com/benrosen/dark-forest
Multiplayer browser game.
https://github.com/benrosen/dark-forest
game multiplayer
Last synced: over 1 year ago
JSON representation
Multiplayer browser game.
- Host: GitHub
- URL: https://github.com/benrosen/dark-forest
- Owner: benrosen
- Created: 2021-12-14T22:34:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T01:50:48.000Z (over 4 years ago)
- Last Synced: 2025-01-21T23:46:58.003Z (over 1 year ago)
- Topics: game, multiplayer
- Language: TypeScript
- Homepage: https://www.darkforest.click/
- Size: 148 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the dark forest
## Package Scripts
### `yarn deploy`
Builds and deploys the entire project, including client code and infrastructure.
### `yarn destroy`
Destroys all infrastructure.
## Links
- [Directory structure for JavaScript/Node Projects](https://gist.github.com/tracker1/59f2c13044315f88bee9)