Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.53 KB

Conquest

Visuals

conquest

RTS game. Made with with modern Web technologies.

Koa requires node 0.11.9 or higher. You can use n to manage several versions of node.

Getting starterd

    $ git clone git@github.com:hugocaillard/conquest.git
    $ cd conquest
    $ npm i
    $ npm start

You also need to run MongoDB.

server.js runs Gulp for you. You don't need to have it (or Duo) installed globally.

Conquest is made with

License

All the files are under the GNU GPL License.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.