You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Tanks-A-Lot (LÖVE2D Game)
|
|
|
|
|
|
|
|
## How to install
|
|
|
|
|
|
|
|
### Download
|
|
|
|
|
|
|
|
### Build from source (LÖVE2D must be installed already)
|
|
|
|
To build and make **.love** file:
|
|
|
|
```sh
|
|
|
|
zip -r game.love . -x '*.git*'
|
|
|
|
```
|
|
|
|
To play, use:
|
|
|
|
```sh
|
|
|
|
love game.love
|
|
|
|
```
|
|
|
|
|
|
|
|
## How to Play
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
* Programming: Simon [website](https://simonkellet.xyz)
|
|
|
|
* Art: Laura
|
|
|
|
* Music: AJ [website](https://sites.google.com/view/bitnailz)
|
|
|
|
|
|
|
|
# TODOS
|
|
|
|
|
|
|
|
## Game
|
|
|
|
* [] Better music (for each level)
|
|
|
|
* [] Fill out menu screen
|
|
|
|
* [] Finally fix physics
|
|
|
|
* [] Make more maps (different level types)
|
|
|
|
* [] Fix player placement at start of game
|
|
|
|
|
|
|
|
## Git
|
|
|
|
* [] Links to socials
|
|
|
|
* [] Exe files
|
|
|
|
* [] Release stuff
|
|
|
|
* [] how to play instructions
|
|
|
|
* [] images for git
|