io-game-platform / io.io

Base io game template with simple functionality with branch for each game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

io.io

Template for quickly building .io gams.

The template is in the branch template. Each game is based off of the template branch into their own branch. Development branches should be named as gamename/featurename

What is an .io game

.io games are simple web based projects where you compete against a large number of bots in a sort of 100 player free for all, single winner type game. For example, agar.io and paper.io. Only a small percentage of games in this genre have achieved enough success to make their creators rich, thus in order to profit these games need to be pumped out like a factory.

How to use the template

Using the template is as simple as branching off of the template branch and customizing it to the needs of the game.

You can quickly get the game running and play it on the Phaser 3 sanbox. Though you will be restricted to the assets and plugins it provides.

Otherwise you will need to setup your own webserver using nodejs through these tutorials.

About

Base io game template with simple functionality with branch for each game.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%