a basic platformer game made by Mark, Josh, and Tanner (in progress)
1.Download the Processing IDE (or make sure you have it)
2.open "game/game.pde"
3.play with WASD or arrow keys. press r to restart
- open "game/tiles/tiles.pde"
- press L to load the current levelmap, or skip this step to start clean
- left click to place tile, right click to remove. use numbers 0-9 to change tile
- use a and d to move horizontaly by one tile
- when your done, press ctrl + s to save the file. to play your new level, simply relaunch the game.pde and your level will automatically be there!