carlosliracl / hell-triangle

A simple game to test the reasoning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Hell Triangle Logo

Hell Triangle

A simple game to test the reasoning. Go to the game Hell Triangle.

I used the Iceberg Boilerplate to develop the game.

Getting Started

First of all, you need to have installed Node.js and Gulp.

Then you need to install the dependencies to run this boilerplate:

> # Clone this repository
> $ git clone https://github.com/diogorodrigues/hell-triangle.git
> $ cd hell-triangle
> 
> # install dependencies
> $ npm install

Folders and Files

├── README.md
├── deploy
│   ├── assets
│   │   ├── css 
│   │   │   └── main.css
│   │   │   ├── fonts
│   │   ├── img
│   │   ├── js 
│   │   │   └── main.js
│   ├── index.html
├── gulpfile.js
├── package.json
└── src
    ├── fonts/
    ├── img/
    ├── js/
    ├── styl
    │   ├── _settings/*.styl
    │   ├── _base/*.styl
    │   ├── atoms/*.styl
    │   ├── molecules/*.styl
    │   ├── organisms/*.styl
    │   ├── pages/*.styl
    │   └── main.styl
    └── views

Main Tasks

  • gulp: run all tasks and initialize watch for changes and a server
  • gulp jade: compile jade files
  • gulp js: execute js files
  • gulp css: compile stylus files
  • gulp fonts: move fonts files
  • gulp img: compress image files
  • gulp clean: deletes all the contents of the folder "assets"
  • gulp deploy: run all tasks but not initialize watch for changes and a server

License

MIT License

© 2016 Diogo Rodrigues

About

A simple game to test the reasoning.


Languages

Language:HTML 50.7%Language:CSS 34.2%Language:JavaScript 15.1%