More actions
(Created page with "{{Infobox homebrew | title = RType Clone | image = File:Rtypecloneds.jpg | type = Shooter | version = Updated | licence = Mixed | author = ...") |
No edit summary |
||
Line 11: | Line 11: | ||
}} | }} | ||
RType Clone is a DS homebrew game adapted from the shooting game R-Type. The project was initiallty a C++ tutorial for the how-to implement flexible architecture for sprites, weapons, etc...using polymorphism and design patterns. | |||
==User guide== | ==User guide== | ||
Line 17: | Line 17: | ||
==Controls== | ==Controls== | ||
A - | A - Shoot | ||
B - | B - Release the module | ||
==Changelog== | ==Changelog== | ||
'''Updated''' | '''Updated''' | ||
* Added collision with background | * Added collision with background. | ||
* Modified internal inheritance structure (for weapons) | * Modified internal inheritance structure (for weapons). | ||
* Added (non visible) weapon selection. This selection will be on touch screen | * Added (non visible) weapon selection. This selection will be on touch screen. | ||
* Correction of a few graphics bugs | * Correction of a few graphics bugs. | ||
* Fixed a few mem leaks. They was crashing and smashing sprites. | * Fixed a few mem leaks. They was crashing and smashing sprites. | ||
* Added bonuses. Only New life is added at the moment but it's really easy to add a new one, because of my god like architecture Blue_Colorz_PDT_22 | * Added bonuses. Only New life is added at the moment but it's really easy to add a new one, because of my god like architecture Blue_Colorz_PDT_22. | ||
* Added weapon selection. I'll have to change weapon classes architecture to make the same as bonuses. | * Added weapon selection. I'll have to change weapon classes architecture to make the same as bonuses. | ||
* Weapon selection is made on touchscreen. | * Weapon selection is made on touchscreen. | ||
Line 34: | Line 34: | ||
'''Version Demo/Test 08/07/2006'' | '''Version Demo/Test 08/07/2006'' | ||
*Unstable and playable. | * Unstable and playable. | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew shooter games on DS]] |
Revision as of 07:33, 28 Haziran 2021
RType Clone | |
File:Rtypecloneds.jpg | |
General | |
---|---|
Author(s) | Octobinz |
Type | Shooter |
Version | Updated |
Licence | Mixed |
Links | |
[Media:Rtypecloneds.rar Download] | |
Website | |
[Media:Rtypecloneds.rar Source] |
<htmlet>adsense</htmlet>
RType Clone is a DS homebrew game adapted from the shooting game R-Type. The project was initiallty a C++ tutorial for the how-to implement flexible architecture for sprites, weapons, etc...using polymorphism and design patterns.
User guide
They're back! The aliens have decided to come and break the landowner, and they do not go dead hand. The solution? Chuck Norris? No! The Rtype who once save the planet from alien!
Controls
A - Shoot
B - Release the module
Changelog
Updated
- Added collision with background.
- Modified internal inheritance structure (for weapons).
- Added (non visible) weapon selection. This selection will be on touch screen.
- Correction of a few graphics bugs.
- Fixed a few mem leaks. They was crashing and smashing sprites.
- Added bonuses. Only New life is added at the moment but it's really easy to add a new one, because of my god like architecture Blue_Colorz_PDT_22.
- Added weapon selection. I'll have to change weapon classes architecture to make the same as bonuses.
- Weapon selection is made on touchscreen.
- Collisions are not active at the moment.
'Version Demo/Test 08/07/2006
- Unstable and playable.