I made this game as a both a school project and a way to learn the basics of game development in LÖVE a few months ago but I finally decided to upload it here
It's a real mess of code and it probably has several bugs
But I think it's still somewhat playable
Any suggestions, tips, reviews etc are more than welcome!
This exact same info can be found in-game by clicking the help button
Last edited by DiegoG on Mon May 29, 2017 12:01 am, edited 1 time in total.
function earth:destroy() 00count=5000 00while count>0do 0000lg.draw(explosion,math.random(0,600),math.random(0,800)) 0000count=count-1 00end 00earth = nil 00print("Earth has been destroyed.") end
I honestly had a hard time trying to figure out how to play the game at first. Is it okay if you edit your first post or make a new post explaining how to play the game (or did I missed if from the very good main menu you've done?)
ken.athomos wrote: ↑Fri May 26, 2017 3:21 am
Hey dude thanks for sharing your game!
I honestly had a hard time trying to figure out how to play the game at first. Is it okay if you edit your first post or make a new post explaining how to play the game (or did I missed if from the very good main menu you've done?)
Thanks.
No problem, thank you for playing it!
I'm pretty sure it should be under the help button (was it 'help'? Sorry haven't slept)
I'll edit the post when I get the chance though!
function earth:destroy() 00count=5000 00while count>0do 0000lg.draw(explosion,math.random(0,600),math.random(0,800)) 0000count=count-1 00end 00earth = nil 00print("Earth has been destroyed.") end
ken.athomos wrote: ↑Fri May 26, 2017 3:21 am
Hey dude thanks for sharing your game!
I honestly had a hard time trying to figure out how to play the game at first. Is it okay if you edit your first post or make a new post explaining how to play the game (or did I missed if from the very good main menu you've done?)
Thanks.
No problem, thank you for playing it!
I'm pretty sure it should be under the help button (was it 'help'? Sorry haven't slept)
I'll edit the post when I get the chance though!
Oh crap my bad! I definitely did not see the Help button XD