Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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