https://github.com/condef5/rivet-sample-game
https://github.com/condef5/rivet-sample-game
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/condef5/rivet-sample-game
- Owner: condef5
- License: mit
- Created: 2024-06-03T14:19:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T14:21:52.000Z (about 2 years ago)
- Last Synced: 2025-07-22T13:44:01.542Z (11 months ago)
- Language: TypeScript
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asteroids
[Live Demo](https://space-lli.rivet.game/)
| Language | Networking | Rendering |
| --- | --- | --- |
| [TypeScript](https://www.typescriptlang.org) | [Socket.IO](https://socket.io) | [Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) |
**Rivet Features**
- [♟️ Matchmaker](https://rivet.gg/docs/matchmaker)
- [🌐 Dynamic Servers](https://rivet.gg/docs/dynamic-servers)
## Running locally
1. Clone the GitHub repo
2. Open this folder
3. Run: `rivet init`
4. Run `yarn start`