Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubjafra/coloniae-js
Economic strategy game in web broswer
https://github.com/jakubjafra/coloniae-js
angular1 anno1602 game game-2d javascript strategy-game
Last synced: 3 months ago
JSON representation
Economic strategy game in web broswer
- Host: GitHub
- URL: https://github.com/jakubjafra/coloniae-js
- Owner: jakubjafra
- License: mit
- Archived: true
- Created: 2014-10-01T10:16:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T18:45:42.000Z (over 4 years ago)
- Last Synced: 2024-09-19T12:34:19.648Z (3 months ago)
- Topics: angular1, anno1602, game, game-2d, javascript, strategy-game
- Language: JavaScript
- Homepage:
- Size: 14.6 MB
- Stars: 38
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coloniae
![Full game](https://raw.githubusercontent.com/jakubjafra/coloniae/master/showcase/screen_1.png)
_You can even get to aristocrats in here._This game is clone of old strategy Anno 1602. Copyrights for graphics, design and so on are held by the Ubisoft company. It is written only for educational purposes.
## Play
[Click here to play in your browser](https://jakubjafra.github.io/coloniae/app/build/index.html). It takes a while to load ;)
### Running locally
You can run this locally with:
```
npm install
npm run build
npm run start
```Then go to `localhost:5000`.
## Screenshots
![The begining](https://raw.githubusercontent.com/jakubjafra/coloniae/master/showcase/screen_2.png)
_Solid start island for futher expansion._![Building menu](https://raw.githubusercontent.com/jakubjafra/coloniae/master/showcase/screen_3.png)
_The original Anno 1602 GUI was not implemented._![First working version](https://raw.githubusercontent.com/jakubjafra/coloniae/master/showcase/screen_first_version.png)
_First version was rendered in full 3D (back then in 2014!)_## License
This code is released under the terms of the MIT license.