Compare commits

...

3 Commits

Author SHA1 Message Date
Simon Kellet 407436f7f0 added love2d version for building 2 months ago
Simon Kellet 8a206de2a1 links 2 months ago
Simon Kellet 5830863a5f added windows build script 2 months ago
  1. 8
      README.md
  2. 6
      build/build_exe.sh
  3. 1
      conf.lua

@ -18,9 +18,9 @@ love game.love
## Credits
* Programming: Simon
* Art: Laura
* Music: AJ
* Programming: Simon [website](https://simonkellet.xyz)
* Art: Laura
* Music: AJ [website](https://sites.google.com/view/bitnailz)
# TODOS
@ -28,7 +28,7 @@ love game.love
* [] Better music (for each level)
* [] Fill out menu screen
* [] Finally fix physics
* [] Make more maps (different lecel types)
* [] Make more maps (different level types)
* [] Fix player placement at start of game
## Git

@ -0,0 +1,6 @@
#!/bin/bash
set -xe
love=/Applications/love.app/Contents/MacOS/love
cat $love ./../game.love >./tanksalot.exe

@ -3,4 +3,5 @@ function love.conf(t)
t.window.width = 1600
t.window.height = 960
t.window.title = "Tanks-A-Lot"
t.version = "11.5"
end

Loading…
Cancel
Save