Compare commits

..

No commits in common. '407436f7f0a7ba0bb8b62ad53eeaf0870840bd5a' and 'ba6f2c8d498a97edda2c2c7813fc814db05fdbfa' have entirely different histories.

  1. 8
      README.md
  2. 6
      build/build_exe.sh
  3. 1
      conf.lua

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

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

@ -3,5 +3,4 @@ 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