September 30, 2005 4:08 PM

Cheating playing bastet

There is that funny game called bastet, a tetris clone, which instead of giving you a random brick try to give you the worst possible. I just made a small patch to it that allow you to press the 'c' key and change the mode so that instead of givin you the worst brick possible it gives you the best one. That's pretty usefull when you want to show this game to a friend, you let him play in "worst brick mode", then you inconspicuously press the 'c' and play in "best brick mode" to show him how impressive you are at this game !

If you want to compile it, that's easy, you just need to be running Linux or any other unix that bastet is working on, then :
	wget http://fph.altervista.org/prog/bastet-0.41.tgz
	tar xvzf bastet-0.41.tgz
	cd bastet-0.41
	wget http://n0x.org/bastet-0.41-cheat-patch.diff
	patch -p1 < bastet-0.41-cheat-patch.diff
	make
	./bastet
Then press 'c' to change the game mode :)

Posted by boklm