rewrote readme, enhanced .gitignore
This commit is contained in:
parent
5898df3682
commit
160c6e3ae8
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,3 +1,11 @@
|
|||||||
/.dist-buildwrapper
|
/.dist-buildwrapper
|
||||||
/.project
|
/.project
|
||||||
/.settings
|
/.settings
|
||||||
|
.cabal-sandbox
|
||||||
|
*.trace
|
||||||
|
cabal.sandbox.config
|
||||||
|
deps/hsSDL2*
|
||||||
|
deps/*.deb
|
||||||
|
dist/*
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Pioneers
|
||||||
|
|
||||||
|
A Settlers II inspired game written in Haskell
|
||||||
|
|
||||||
|
## Development-Status
|
||||||
|
|
||||||
|
Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
Note, that most of it is just planned and due to change.
|
||||||
|
|
||||||
|
- modern OpenGL3.x-Engine
|
||||||
|
- themeable with different Cultures
|
||||||
|
- rock-solid Multiplayer (no desync, just slightly more lag in case of resync)
|
||||||
|
|
||||||
|
## Why Haskell?
|
||||||
|
|
||||||
|
- There are not enough good games written in functional languages.
|
||||||
|
- More robust and easier to reason about lateron
|
||||||
|
|
Loading…
Reference in New Issue
Block a user