All Projects → Hypercubed → Epsilon-Prime

Hypercubed / Epsilon-Prime

Licence: MIT license
A procedurally generated roguelike incremental web based 4x coding game

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
ApacheConf
554 projects
CSS
56736 projects
Smarty
1635 projects

Epsilon-Prime

Join the chat at https://gitter.im/Hypercubed/Epsilon-Prime

Epsilon-prime is inspired by the classic 4x game Empire. In ε-prime a player will control units to εXplore a procedurally generated world (called ε-prime), εXploit the resource of ε-prime in order to εXpand their army of bots and eventually conquer (εXterminate?) the planet ε-prime. The player uses units (or bots), controlled either manually or via JavaScript command scripts, to manage energy use and collect resources from the ε-prime environment. These resources are used to create new units or upgrade existing units. The players goal is to collect resources in the most efficient manner possible.

Play demo now | Read the tutorial | Read the user API

Capture

Development status

Epsilon-Prime is a personal project and under active development. It is playable now (at http://hypercubed.github.io/Epsilon-Prime/), however, many things are likely to be broken or change in a future version. Player and developer feedback is appreciated... and needed. If you like the game or the idea please give feedback or encouragement.

Gitter

Also see angular-ecs

Current Features

  • Fog of war.
  • "Near-Infinite" procedurally generated terrain.
  • Units scripted using player JavaScript.
  • Production of new units, upgrade units.
  • End game!

Install (for developers)

git clone https://github.com/Hypercubed/Epsilon-Prime.git
cd Epsilon-Prime
npm install
bower install
grunt serve

How to play

Read the tutorial

User script API

Read the user API

License

Copyright (c) 2015 Jayson Harshbarger Gittip donate button

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].