Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.
sith0726 edited this page Mar 6, 2015 · 5 revisions

Welcome to the BattleTurf wiki!

Goal:
Goal due 3/13:
-come up with a game structure and create the class. (box class)
-Basic Game Mechanics like player’s turn, box color, walls.
-function : determine the box ID based the location of cursor.
i.e. currentbox = (mouseposition.y / 55) + 10 * (mouseposition.x / 55);

-whatever.

Some VB code in the other wiki page.

Clone this wiki locally