Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

The first few minutes of the game I couldn't move my tank. After I understood the mechanism, I started to create some strategies. I really liked it!

But when I went to make a move my game crashed. Here the code to help in the correction:

Error

src / object / Map.lua: 33: attempt to index a nil value

Traceback

src / object / Map.lua: 33: in function 'getTile'
src / object / Player.lua: 15: in function 'move'
src / state / Game.lua: 35: in function 'update'
main.lua: 72: in function 'update'
[C]: in function 'xpcall'