X-Racer questions...
Vaati
Posts: 712
Well, I now have my DIY HYDRA!· I just need to get another eeprom and the blank HYDRA cards/all the other goodies...·
I was playing X-Racer on my DIY HYDRA (or DRAGOON as it has now been christened) and I was struck by a sudden inspiration: what if I could make it more along the lines of MarioKart64, where there is a mini-map, your current place (i.e.; 1st, 2nd, etc up to 8th) and have a better main menu or rather, an actual main menu.
Since I have been using the prop·since March of this year, I'm not too experienced in actual hard long work and coding.· · I did, however, find out how to run the HYDRA games on a dev tool like the demo board/Gadget Gangster Propeller Dev Kit...· Anyways, the code is the same as the JTC_XRacer_010 except I have the xinfreq to 5_000_000, doubled the pll, and changed the tv pins in the tv_params section·to %001_0101 so it has a basepin of 12.
So, is it possible to modify this so it has a main menu, minimap, only 8 other cars (which would go a LOT faster than they normally do so as to make it a fun and challenging game) and a placement system?· I'm not asking for code, just whether it is possible, and any help you can provide.·
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
I was playing X-Racer on my DIY HYDRA (or DRAGOON as it has now been christened) and I was struck by a sudden inspiration: what if I could make it more along the lines of MarioKart64, where there is a mini-map, your current place (i.e.; 1st, 2nd, etc up to 8th) and have a better main menu or rather, an actual main menu.
Since I have been using the prop·since March of this year, I'm not too experienced in actual hard long work and coding.· · I did, however, find out how to run the HYDRA games on a dev tool like the demo board/Gadget Gangster Propeller Dev Kit...· Anyways, the code is the same as the JTC_XRacer_010 except I have the xinfreq to 5_000_000, doubled the pll, and changed the tv pins in the tv_params section·to %001_0101 so it has a basepin of 12.
So, is it possible to modify this so it has a main menu, minimap, only 8 other cars (which would go a LOT faster than they normally do so as to make it a fun and challenging game) and a placement system?· I'm not asking for code, just whether it is possible, and any help you can provide.·
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
Comments
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
The computer cars are handled the same way. A car is randomly placed in memory, and if it goes outside the limits (of either too far ahead or a little bit behind), a new car is randomly placed. This could also be handled in a similar way where you have computer cars traveling at a constant around the track. But as the game is setup right now, there can only be one computer car on the screen at one time.