More actions
(Created page with "{{Infobox homebrew | title = 2PongDS | image = File:2pongds.jpg | type = Arcade | version = 0.2 | licence = Mixed | author = ETK | website ...") |
No edit summary |
||
Line 11: | Line 11: | ||
}} | }} | ||
A two-screen pong which display two pong game separately. | A two-screen pong which display two pong game separately. It is one of the PAlib projects. | ||
==User guide== | ==User guide== |
Revision as of 01:24, 27 September 2012
2PongDS | |
File:2pongds.jpg | |
General | |
---|---|
Author(s) | ETK |
Type | Arcade |
Version | 0.2 |
Licence | Mixed |
Links | |
[Media:2pongds02.zip Download] | |
Website | |
[Media:2pongds02.zip Source] |
<htmlet>adsense</htmlet>
A two-screen pong which display two pong game separately. It is one of the PAlib projects.
User guide
Play 2 different games of Pong at the same time!
Controls
B - move faster
L - use item
Up - move up
Down - move down
Changelog
v0.2
- New: Item Engine added
- New: 3 items added
- New: Ball speed now can change
- Fix: 70% of code optimized
- Fix: Collision Engine improved
- Fix: Restart game fixed
- AI: CPU now can use items
- AI: Some minor improvements
v0.1b
- New: The game now pauses when you press start (on game)
- New: Now you can move faster holding B button.
- New: Background colour changed
- Fix: Fixed 'press start' bug.
- Fix: Collision bug is fixed and now working properly.
- AI: CPU now moves a bit faster when the ball is near him.
- AI: Now he can't move on both screens at the same time.
v0.1a
- New GFX
- Added an effect to the balls
- 50% of the code has changed, it's more readable now
- Code optimized
- Fixed time counter bug
- Added a 'Press Start' screen