Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konapun/mansion-on-the-mound
A Node.js/express/socket.io/Crafty.js clone of a board game with a similar name
https://github.com/konapun/mansion-on-the-mound
Last synced: 22 days ago
JSON representation
A Node.js/express/socket.io/Crafty.js clone of a board game with a similar name
- Host: GitHub
- URL: https://github.com/konapun/mansion-on-the-mound
- Owner: konapun
- Created: 2013-11-21T05:06:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T04:56:58.000Z (over 10 years ago)
- Last Synced: 2024-04-15T15:24:08.149Z (7 months ago)
- Language: JavaScript
- Size: 13.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Mystery at the Mansion on the Mound
A clone of a horror adventure board game with a similar name. This project is currently under development and completion is subject to my whims.## Tech
In part, this project is an excuse to use:
* [express](http://expressjs.com/) - the de facto web app framework for node
* [crafty](https://github.com/craftyjs/Crafty) - an easy to use component-based game framework
* [socket.io](https://github.com/LearnBoost/socket.io) - realtime app framework with fallbacks; used to sync clients/server
* [yeoman](https://github.com/yeoman/yeoman) - my favorite workflow generator!
* [SASS](http://sass-lang.com/) - where has this been all my life?### PROJECT UNDER CONSTRUCTION