- M.U.L.E. CE [C]
- 27 Jan 2021 06:32:18 pm
- Last edited by KnightsWhoSayNi on 27 Jan 2021 09:11:21 pm; edited 1 time in total
Ok, so this is my first actual C project. Obviously it's still work in progress. But after reading the toolchain's docs I think I've got the hang of it. M.U.L.E., for those of you who don't know, is a game originally for the Atari 800/400. It's definitely my personal favorite for the 800 (sorry star raiders!). I plan on recreating the game for the TI84+CE.
I've already got most of the menu done. COMMENCE EYE CANDY
I know it doesn't look all that great, but graphics aren't my current priority.
My current priority, and the main issue with this project, is controllers. I have 2 current options.
A) Use multi calc linking to achieve a multiple users in a game. This isn't ideal, as it would require 4 calculators ($475 USD) to play with 4 people. But, everyone could have their own screen and calculator controls. Allowing for more planet mule style gameplay.
B) Try to get USB joysticks to connect to a hub to connect to the calculator, and receive serial communication with said joysticks. I'd like to use this one, as it would be the most authentic to the actual M.U.L.E. gameplay, but I have no clue how to use the in-development usb libraries.
Which one do you think I should try for? (Poll added)
I'll continue to work on the actual gameplay, which is kinda simple, but I'd like to see what everyone has to say. Thanks!
-Knights
[EDIT] how did I forget this lol
Source Code: https://github.com/KnightsWhoSayNi0/MULE
I've already got most of the menu done. COMMENCE EYE CANDY
I know it doesn't look all that great, but graphics aren't my current priority.
My current priority, and the main issue with this project, is controllers. I have 2 current options.
A) Use multi calc linking to achieve a multiple users in a game. This isn't ideal, as it would require 4 calculators ($475 USD) to play with 4 people. But, everyone could have their own screen and calculator controls. Allowing for more planet mule style gameplay.
B) Try to get USB joysticks to connect to a hub to connect to the calculator, and receive serial communication with said joysticks. I'd like to use this one, as it would be the most authentic to the actual M.U.L.E. gameplay, but I have no clue how to use the in-development usb libraries.
Which one do you think I should try for? (Poll added)
I'll continue to work on the actual gameplay, which is kinda simple, but I'd like to see what everyone has to say. Thanks!
-Knights
[EDIT] how did I forget this lol
Source Code: https://github.com/KnightsWhoSayNi0/MULE