https://github.com/omgimanerd/game-framework
A basic multiplayer game framework
https://github.com/omgimanerd/game-framework
game game-frameworks multiplayer nodejs socketio
Last synced: 14 days ago
JSON representation
A basic multiplayer game framework
- Host: GitHub
- URL: https://github.com/omgimanerd/game-framework
- Owner: omgimanerd
- License: mit
- Created: 2017-02-14T05:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:44:04.000Z (over 2 years ago)
- Last Synced: 2025-04-07T18:52:33.432Z (about 1 month ago)
- Topics: game, game-frameworks, multiplayer, nodejs, socketio
- Language: JavaScript
- Size: 132 KB
- Stars: 36
- Watchers: 3
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-framework
This is a generic multiplayer game framework used by me. The master branch
contains a minimal implementation of multiplayer interaction on top of which
more functionality can be added. Read about it How To Build A Multiplayer Game
[part one](https://medium.com/@omgimanerd/how-to-build-a-multiplayer-browser-game-4a793818c29b#.cgcrdee49)
and [part two](https://medium.com/@omgimanerd/how-to-build-a-multiplayer-browser-game-part-2-2edd112aabdf#.nze6w0pgs).## Games Built With This Framework
- [tankanarchy](https://www.github.com/penumbragames/tankanarchy)
- [blockwars](https://www.github.com/penumbragames/blockwars)
- [obsidio](https://www.github.com/penumbragames/obsidio)
- [git-to-the-hub](https://www.github.com/penumbragames/git-to-the-hub)
- [fightmeirl](https://www.github.com/omgimanerd/fightmeirl)
- [explosive-firerrhea](https://www.github.com/karlcoehlo/brickhack3)## Setting Up:
This project requires node version 0.12 or greater.
```
npm install
```## Creators:
- Alvin Lin (omgimanerd)
- Kenneth Li (noobbyte)## License
[MIT](https://opensource.org/licenses/MIT)© 2017 Penumbra Games