Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: ben_g on March 10, 2015, 06:00:20 pm

Title: [Axe] OXO
Post by: ben_g on March 10, 2015, 06:00:20 pm
Hi,

I made OXO in axe. For those who don't know the game, it's basically tic-tac-toe, but on a larger board, you need to make 'OXO' instead of a row of the same symbols, and making this combination increases your score instead of giving you an instant win.
It's a lot of fun to play with friends (using single-calc multiplayer), but it also includes an AI which should give you a good challenge.

Screenshot:
(https://dl.dropboxusercontent.com/u/11215358/oxo.gif)

controls: you can move the cursor with the arrow keys, [2ND] selects an option in the menu or places an O symbol in game, [ALPHA] places an X in game, [ENTER] confirms the settings in the menu, [S] ([LN]) saves the game and exits (saved games are automatically loaded and deleted at startup) and [CLEAR] ends the game.

Have fun!

EDIT: a 15MHz calc is reccomended (AI calculations are quite slow), but it'll also work at 6MHz.

Click here to download Oxo. (http://www.ticalc.org/archives/files/fileinfo/463/46343.html)
Title: Re: [Axe] OXO
Post by: Sorunome on March 10, 2015, 06:03:31 pm
UUiiii, that is looking niiice! :D
Title: Re: [Axe] OXO
Post by: chickendude on March 13, 2015, 09:45:27 am
Cool, i didn't realize there was an AI at first. That definitely makes the game much more interesting, nice work ben_g!
Title: Re: [Axe] OXO
Post by: ben_g on April 02, 2015, 08:13:57 am
Updated with a few bugfixes.