Coder Social home page Coder Social logo

jdcourcol / boardzilla Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 367.01 MB

Boardzilla is a framework for making and playing board games.

Home Page: https://boardzilla.io

Shell 0.94% JavaScript 85.27% EJS 1.54% SCSS 5.18% Procfile 0.01% CSS 7.05%

boardzilla's Introduction

Boardzilla

Boardzilla is a framework for making and playing board games.

Using javascript to describe the game board and pieces, and then a simple set of rules to define what pieces can be moved by whom and at what point. Boardzilla comes with a built-in web app that can used to play the game rules for any number of players, on web or mobile. Out of the box it translates the rules of the game into a simple set of draggable objects, and these can be customized to your heart's content with CSS and images.

Tic-tac-toe

Development

To develop Boardzilla you'll need to have Postgres and RabbitMQ installed. If you're on Mac with Homebrew, you can do this by running: brew install postgresql rabbitmq.

To set up development, run ./scripts/setup. This will do the initial installation of packages and initialize the development and test databases.

Once you have done this you can run a game by running GAME=game-name ./scripts/dev. For instance, to run Four Souls, run GAME=isaac-four-souls ./scripts/dev.

The test suite can be run with ./scripts/test.

Game structure

The server and client for each game is contained in a folder for the game. The server subclasses game-core/server/interface and exports that in it's index.js, while the client uses the render exported from game-core/client.

boardzilla's People

Contributors

aghull avatar joshbuddy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.