This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
spaaace/README.md

29 lines
902 B
Markdown
Raw Normal View History

2014-07-17 02:06:04 +02:00
## Spááácè - My first "real" game/ good ol' space shooter
This is the first game I ever made/finished, please excuse the commitlog, lots of changes without descriptive commits are my specialty on this project.
I started this to test out HaxePunk and it more or less grew into a game.
Thank you for taking a look!
2014-07-17 15:35:22 +02:00
> Screenshots : http://imgur.com/a/5Dl2Z#0
![alt text](http://i.imgur.com/OW4HNjH.png "Title screen")
![alt text](http://i.imgur.com/udfZMew.png "First boss fight")
![alt text](http://i.imgur.com/usLbqhT.png "Beating the boss")
![alt text](http://i.imgur.com/61cdXXx.png "Death screen")
![alt text](http://i.imgur.com/hWzfrWs.png "Store page")
2014-07-17 15:39:41 +02:00
Developed with the development version of HaxePunk (2.5.2 dev) and OpenFL 1.4.0, lime-tools 1.4.0 and lime 1.0.1.
2014-07-17 15:35:22 +02:00
2014-07-17 15:39:41 +02:00
Build with :
```
#linux
lime test linux #-debug
#windows
lime test windows #-debug
#android
lime test android #-debug
2014-07-17 15:35:22 +02:00