Join us on Discord!
You can help CodeWalrus stay online by donating here.

[TI-84+CSE] Caticle Chronicles (split from Cat Nipper)

Started by Unicorn, January 05, 2015, 02:24:46 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Unicorn

Update for part 1.
I have the basics of the enemies, I just need to implement enemy shooting and speed up the bullets. I also need to clean up the screen.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Agothro

Nice game. It's a shame that the TI84+CSE is so slow though.

Idea: maybe add walls or other obstacles?
...in America!
– Bandit Keith

Unicorn

I was thinking about doing something with obstacles for part 3 ;)

Also,I was thinking about copying the code and remaking it for the monochromes when I am done.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

princetonlion.tibd

Quote from: Unicorn on January 05, 2015, 02:34:34 AM
Also,I was thinking about copying the code and remaking it for the monochromes when I am done.
I was thinking that I could try to port it to the Voyage 200. It counts as monochrome, right? :P
The V200 doesn't have a homescreen, just a ProgramIO screen.
  • Calculators owned: TI-83+, TI-84 + CSE, Voyager 200, TI-Nspire
Anyway war sucks. Just bring us your food instead of missiles  :P ~ DJ Omnimaga (11.10.2016 20:21:48)

Unicorn

Quote from: princetonlion.tibd on January 05, 2015, 03:18:27 AM
Quote from: Unicorn on January 05, 2015, 02:34:34 AM
Also,I was thinking about copying the code and remaking it for the monochromes when I am done.
I was thinking that I could try to port it to the Voyage 200. It counts as monochrome, right? :P
The V200 doesn't have a homescreen, just a ProgramIO screen.
Well I definitly won't be attempting that :P But, I wouldn't stop you from trying!
Clarification: By monochrome I meant 83+ - 84+
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

princetonlion.tibd

Quote from: Unicorn on January 05, 2015, 04:32:05 AM
Quote from: princetonlion.tibd on January 05, 2015, 03:18:27 AM
Quote from: Unicorn on January 05, 2015, 02:34:34 AM
Also,I was thinking about copying the code and remaking it for the monochromes when I am done.
I was thinking that I could try to port it to the Voyage 200. It counts as monochrome, right? :P
The V200 doesn't have a homescreen, just a ProgramIO screen.
Well I definitly won't be attempting that :P But, I wouldn't stop you from trying!
Clarification: By monochrome I meant 83+ - 84+
There was a small chance you meant a 68k calculator (unless somehow TI released a color V200 or something :P)
  • Calculators owned: TI-83+, TI-84 + CSE, Voyager 200, TI-Nspire
Anyway war sucks. Just bring us your food instead of missiles  :P ~ DJ Omnimaga (11.10.2016 20:21:48)

Dream of Omnimaga

Quote from: princetonlion.tibd on January 05, 2015, 05:30:32 AM
Quote from: Unicorn on January 05, 2015, 04:32:05 AM
Quote from: princetonlion.tibd on January 05, 2015, 03:18:27 AM
Quote from: Unicorn on January 05, 2015, 02:34:34 AM
Also,I was thinking about copying the code and remaking it for the monochromes when I am done.
I was thinking that I could try to port it to the Voyage 200. It counts as monochrome, right? :P
The V200 doesn't have a homescreen, just a ProgramIO screen.
Well I definitly won't be attempting that :P But, I wouldn't stop you from trying!
Clarification: By monochrome I meant 83+ - 84+
There was a small chance you meant a 68k calculator (unless somehow TI released a color V200 or something :P)
The first thing that came to mind is the Voyage 400 http://www.ticalc.org/archives/news/articles/8/85/85069.html :P

But if you ever do a 68K port you might want to create a new topic about it to not hijack Unicorn's topic :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

Ok, I need a little  help. Can I have more than 2 colors on the homescreen using DCSE libraries?

Update: The single enemy is going to move sidways then down when it reaches the boundry. It will be a little like space invaders in that regard.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Dream of Omnimaga

You can, but not in one single Output command. To display many different colors you must use multiple Output commands.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

So after this code it would have 12345 one color with 67890 as another color?


det(12,3,20
Output(4,5,"12345
det(12,28,109
Output(7,8,'67890
Pause
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Dream of Omnimaga

I don't know the exact syntax of det(, since I never used that feature, but if that's the color setting command, then yes.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

It might not work though. det( is celtic and what you told me about may be xlibs.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Dream of Omnimaga

Nah xLIB is only the real() commands, so you shoudln't have any problem. It's when you use both real() commands and det() simultaneously that problems can arise, although maybe that was fixed.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

Time for an UPDATE!

So, I have everything worked out except for a few (weird) bugs  :banghead: and the enemy shooting back.

I also have a screenshot!  >:D


  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Dream of Omnimaga

Ooh I like it so far. Have you thought about making the bullet and enemy different colors? Also I think for improvement, the green to the left and right of Enemy Health should also be brown, as well as the extra gap to the complete right next to the vertical Attack text.


I also like the Doors CS icon although I would make the bottom thing more like a w so it looks closer to a ship.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Powered by EzPortal