Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensorario/yagolands
Open source engine for customisable browsergames.
https://github.com/sensorario/yagolands
browser-game game nodejs
Last synced: 3 months ago
JSON representation
Open source engine for customisable browsergames.
- Host: GitHub
- URL: https://github.com/sensorario/yagolands
- Owner: sensorario
- Created: 2022-06-29T21:01:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T16:39:24.000Z (over 2 years ago)
- Last Synced: 2024-10-13T12:28:48.779Z (4 months ago)
- Topics: browser-game, game, nodejs
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Yagolands
## Yet Another (Browser) Game Online
### Getting started
- git clone https://github.com/sensorario/yagolands.git
- cd websocket-node-chat
- npm install
- npm test### Install the engine
- npm i https://github.com/sensorario/yagolands
### Run server
- node server.js
### Run example html cliend
An example client is available in this repository:
- https://github.com/sensorario/yagolands-client