NearTao
Member
- Joined
- Sep 13, 2008
- Messages
- 376
- Location
- United States
- Website
- www.neartao.com
- YOUTUBE
- UCD2urNmxTgZBdfCSWYyovCw
Can be downloaded from the repo here:
http://repo.openpandora.org/?page=detail&app=doublecross
Competition Scores:
http://c4a.openpandora.org/#/doublecross
Double Cross 2.0, is a Tetris like game that has pieces falling in both the X and Y direction.
This is a pygame, so all the source is in python. I added links to where I grabbed it, and it's *very* minimal changes in order to get it to play full screen, and allow for an editable high score file.
The game runs at 520x520 by default, and I basically set it up to be 520x480, so the bottom 40 pixels are in fact cut off (whoops). I was considering recoding the renderer to shrink elements down, but honestly you won't miss the last 40 pixels as they are mostly framing for the game. I might take a look at it in the future.
Anyway, enjoy!
Latest Update
- Map pandora buttons to game
Start -> Pause
A Button -> Exit Game
B Button -> Select Option/Value
Old Updates
- Added C4A Support. If you're online it'll upload your score to the C4A server.
Known Issues/Requests
- The bottom 40 pixels are chopped off... but you don't really need them so this may not get fixed.
- Add C4A notification success/failure to game
- Default High Score Name value
http://repo.openpandora.org/?page=detail&app=doublecross
Competition Scores:
http://c4a.openpandora.org/#/doublecross
Double Cross 2.0, is a Tetris like game that has pieces falling in both the X and Y direction.
This is a pygame, so all the source is in python. I added links to where I grabbed it, and it's *very* minimal changes in order to get it to play full screen, and allow for an editable high score file.
The game runs at 520x520 by default, and I basically set it up to be 520x480, so the bottom 40 pixels are in fact cut off (whoops). I was considering recoding the renderer to shrink elements down, but honestly you won't miss the last 40 pixels as they are mostly framing for the game. I might take a look at it in the future.
Anyway, enjoy!
Latest Update
- Map pandora buttons to game
Start -> Pause
A Button -> Exit Game
B Button -> Select Option/Value
Old Updates
- Added C4A Support. If you're online it'll upload your score to the C4A server.
Known Issues/Requests
- The bottom 40 pixels are chopped off... but you don't really need them so this may not get fixed.
- Add C4A notification success/failure to game
- Default High Score Name value
Last edited by a moderator: