This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7718 - New Game/Plugin - Play Go and Pente (for 2 players)
Attached to Project:
Rockbox
Opened by Alex dos Santos (nowayx) - Thursday, 06 September 2007, 03:39 GMT+2
Opened by Alex dos Santos (nowayx) - Thursday, 06 September 2007, 03:39 GMT+2
|
DetailsHello,
This plugin is a game to be played in two. I like to play go and pente and so is my wife (at least she plays pente) so I wrote this plugin. I think the code is clear enough. I also used all the #ifdef that I knew.. so, I believe it wouldn't break any compilation. The plugin was tested on IPOD 5G (VIDEO) and works just fine. I also compiled it to a few more players without any problem. I did not try to compile it for players that don't have the lcd_update() function. It won't work (at least this first version). The board size in the LCD is based on WIDTH, since Sansa has width smaller than height you will lose part of the board (horizontally). I just tested the code in sansa using the Simulator... It is easy to fix and I will, but I'll be traveling for a week (that's why I wrote it, so I could play it while I wait in the airport/plane...) When I came back I will fix it. Meanwhile, you guys can patch it or use it. Feedbacks are also welcome. Current Features: - Save / Load games - Pente / Go (Board 9x9, 13x13 and 19x19) - Remove groups / stones automatically when they are dead I attached the code and the "executable" for IPOD 5G (Video) Enjoy! Alex |
This task depends upon
- Works on black/white lcd players (tested on ipod mini)
- Playlist control added
Would be nice to know what I need to do to have it committed in the svn... Is it missing something on my code?
Thanks,
i want to put this on my ipod how do i add it?
It ain't easy to travel with a go board (LOL)... so I decided to implement this as a "two players" game, just as an alternative to the board.
I synced rockgo to SVN 19176 and created a patch file. Enjoy
FS#7369was commited to svn somewhat recently, which allows playing Go on Rockbox. Is there much interest in Gomoku and/or Pente in addition to Go? If so, I could probably be persuaded to add them to the Goban plugin (I wroteFS#7369).The only difficulty is that I don't play either of those games, and barely know the rules of Pente. I could of course look them up, but I really would need someone to do quite a bit of testing for me as I wouldn't use either of those games extensively. If anyone is interested, let me know.
The advantage of adding the games to the Goban plugin instead of continuing this patch is that you'd get SGF file handling for basically free, and the graphics and other features are more advanced.