Map-Console
A downloadable game
This is a map of zeros with a 1 as a player. You can move it around. You have to play it in the EzCode Player.
If the downloader doesn't work, use this link
Here is the Forum
This is the Main document:
list new map : 0 list clear map var index 0 var x 10 var y 10 var tempx x var tempy y var full x full * y var fullx full fullx - x var input KeyInput var px 2 var py 4 py - 1 var player px var tempPlayer py var mapname 0 var maps \! tempPlayer * x player + tempPlayer loop 999 consoleClear playFile await ~/map.ezcode playFile await ~/print.ezcode varInput input AwaitKey if input = A : player - 1 if input = D : player + 1 if input = W : player - tempx if input = S : player + tempx end
Download
This game is currently unavailable
Leave a comment
Log in with itch.io to leave a comment.