Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjafra committed Jul 16, 2020
1 parent 07a58e1 commit 79d8be1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 83 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
Coloniae
========
# Coloniae

![Full game](https://raw.githubusercontent.com/khronedev/coloniae/master/showcase/screen_1.png)
![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
----
## Play

[Click here to play in your browser](https://khronedev.github.io/coloniae/app/). It takes a while to load ;)
[Click here to play in your browser](https://jakubjafra.github.io/coloniae/app/). It takes a while to load ;)

### Docker
### Running locally

You can run this locally with:

```
docker-compose up
npm install
npm run build
npm run start
```
Then go to `0.0.0.0:8080/index.html`.

Screenshots
-----------
Then go to `localhost:5000`.

## Screenshots

![The begining](https://raw.githubusercontent.com/khronedev/coloniae/master/showcase/screen_2.png)
![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/khronedev/coloniae/master/showcase/screen_3.png)
![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/khronedev/coloniae/master/showcase/screen_first_version.png)
![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
-------
## License

This code is released under the terms of the MIT license.
21 changes: 0 additions & 21 deletions docker-compose.yml

This file was deleted.

46 changes: 0 additions & 46 deletions nginx.conf

This file was deleted.

0 comments on commit 79d8be1

Please sign in to comment.