Strategy-Game in Haskell similar to "Settlers II"
Go to file
Stefan Dresselhaus e5193fc7c5 Migrated to OpenGL3.x - compiles but renders nothing
- added simple shader
- rewrote map to cater BufferArray
- completele rewrote Main
- Split off stuff into Render-Module
- cleaned up .cabal-file to bare minimum
- created RenderObjects for the purpose of moving rendering there
2014-01-03 03:01:54 +01:00
design added design-folder 2014-01-01 20:34:06 +01:00
fonts added design-folder 2014-01-01 20:34:06 +01:00
shaders Migrated to OpenGL3.x - compiles but renders nothing 2014-01-03 03:01:54 +01:00
src Migrated to OpenGL3.x - compiles but renders nothing 2014-01-03 03:01:54 +01:00
.gitignore added empty GTK-Hello-World-Project 2013-12-22 23:29:11 +01:00
COMPILING added openGL-demo 2013-12-23 00:00:51 +01:00
Pioneers added empty GTK-Hello-World-Project 2013-12-22 23:29:11 +01:00
Pioneers.cabal Migrated to OpenGL3.x - compiles but renders nothing 2014-01-03 03:01:54 +01:00
README initial 2013-12-22 22:54:43 +01:00
Setup.hs added empty GTK-Hello-World-Project 2013-12-22 23:29:11 +01:00

Pioneers
========

A Settlers II inspired game written in Haskell