Stephen Tanner is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

btreecat / romensio

Solution to a made up game called romensio for a class project.

Clone this repository (size: 567.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/btreecat/romensio
hg clone ssh://hg@bitbucket.org/btreecat/romensio

romensio overview

Recent commits See more »

Author Revision Comments Message Labels Date
Stephen Tanner bdc2bf58adb3 Added licensing to source files
Stephen Tanner f55c8c823351 Added documentation and cleaned up repo.
Stephen Tanner b8e82851aa97 Minor code clean ups.
Stephen Tanner 7ff348dea8d1 Reduced memory footprint by not storing the game_board_matrix in the solver class, but just getting a local copy when it needs one. This should allow the computer to free the memory when it does not need them.
Stephen Tanner 0c762d680a1d Fixed printing of matricies with n > 35