28 lines
902 B
Markdown
28 lines
902 B
Markdown
## 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!
|
|
|
|
> Screenshots : http://imgur.com/a/5Dl2Z#0
|
|
|
|

|
|

|
|

|
|

|
|

|
|
|
|
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.
|
|
|
|
Build with :
|
|
```
|
|
#linux
|
|
lime test linux #-debug
|
|
|
|
#windows
|
|
lime test windows #-debug
|
|
|
|
#android
|
|
lime test android #-debug
|
|
|