Compare commits
	
		
			3 Commits
		
	
	
		
			ba6f2c8d49
			...
			407436f7f0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					407436f7f0 | ||
| 
						 | 
					8a206de2a1 | ||
| 
						 | 
					5830863a5f | 
@ -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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										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