RicoRobots!!
RicoRobots is a Ricochet Robot clone. This was a class assignment I recently completed and I thought I would share with everyone here.
The grid data is loaded from a text file called board.txt
To move the blocks click inside one of them and then click in the direction you wish to move it (it must be within the width/height of the block).
To compile: javac GamePlay.java
To execute: java GamePlay
Any constructive criticism/comments are welcome as always.
|