https://github.com/sasoder/playing-with-fire
Simple online multiplayer Playing with Fire clone
https://github.com/sasoder/playing-with-fire
Last synced: about 1 year ago
JSON representation
Simple online multiplayer Playing with Fire clone
- Host: GitHub
- URL: https://github.com/sasoder/playing-with-fire
- Owner: sasoder
- Created: 2020-05-11T13:32:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T20:11:25.000Z (about 6 years ago)
- Last Synced: 2025-02-01T10:15:31.422Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roguelike
A Roguelike clone over the internet!
## To play:
```
cd to server
npm i
npm start
Go to localhost:3000
```