Compare commits
3 Commits
ba6f2c8d49
...
407436f7f0
Author | SHA1 | Date | |
---|---|---|---|
|
407436f7f0 | ||
|
8a206de2a1 | ||
|
5830863a5f |
@ -18,9 +18,9 @@ love game.love
|
|||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
* Programming: Simon
|
* Programming: Simon [website](https://simonkellet.xyz)
|
||||||
* Art: Laura
|
* Art: Laura
|
||||||
* Music: AJ
|
* Music: AJ [website](https://sites.google.com/view/bitnailz)
|
||||||
|
|
||||||
# TODOS
|
# TODOS
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ love game.love
|
|||||||
* [] Better music (for each level)
|
* [] Better music (for each level)
|
||||||
* [] Fill out menu screen
|
* [] Fill out menu screen
|
||||||
* [] Finally fix physics
|
* [] Finally fix physics
|
||||||
* [] Make more maps (different lecel types)
|
* [] Make more maps (different level types)
|
||||||
* [] Fix player placement at start of game
|
* [] Fix player placement at start of game
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
6
build/build_exe.sh
Executable file
6
build/build_exe.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -xe
|
||||||
|
love=/Applications/love.app/Contents/MacOS/love
|
||||||
|
|
||||||
|
cat $love ./../game.love >./tanksalot.exe
|
Loading…
x
Reference in New Issue
Block a user