I just made my first real program for my Ti-83+

  • Thread starter Thread starter -fool-
  • Start date Start date
F

-fool-

Guest
Kickass. Just finished making blackjack. It has:

- Money system that works perfectly
- Player
- Dealer
- Aces convert to 1's at all times
- Dealer works real good
- Player and dealer can hit up to 3 times (im going to add more.. adding hits isnt hard at all just takes a long time because of checking for aces.)

This may not seem like a lot. But when trying stuff on a Calculator screen, that is 16 Spaces Wide and 8 Units tall, not much can fit on there at once. And i got over 250 lines of code. And i got confused on the variables and my labels and gotos a lot by the 2nd hit so i had to make a list :). When labels and gotos can only be 1-9 and A-Z, and variables can only be A-Z, it gets confusing.

the ONE thing that can cause an "error" is that fact that you can get any amount of the same card. Theoretically, you could right now get 5 4's, and So can the dealer. So theres 10 4's in play... That is one thing the ti 83 cant fix i think, and you would need to make the program on your computer then import it to fix that.

so if anyone knows how to fix that, or wants to give me ideas on other games that are slightly more complicated - so i can try them next - im open to suggestions.
 
use a list to keep track of the # of cards used.

I also made a game that you need to clear the board using a bot that cannot backtrack.
 
thats cool. i was thinking about just another card game, or a real game. i thought of trying to make snake but that seemed really hard once i thought about it.

and i dont know how i would use a list to track the # of cards. it takes a number between 2-14, so i could say if any number appears 4 times it repicks the last card, but i dont know how to do that :o! and i dont want to make a program that deletes one of my lists and uses it for the game because i need them for stat! (i could get over though :))
 
create a new list then L(name???) seems pretty good.

List are like arrays, they start from 0, so make a list 13 size, and re-random a card if the list[cardnum-1] is 4.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Bot readable, not human usable.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!
  • The Helper The Helper:
    Check out the new Featured Content feature we apparently got with the forum software upgrade! https://www.thehelper.net/featured/
  • The Helper The Helper:
    Also on the bottom right side bar we now have a Trending Content Box!
    +1
  • The Helper The Helper:
    Not on the Headline News page just on the Forums page can we get that Featured and Trending on the home page?
  • Ghan Ghan:
    Since the home page is technically a forum, it now shows on all forum views. Still in the sidebar.
    +1
  • The Helper The Helper:
    Happy Friday! Hope everyone has a fantastic day and an even better weekend!
  • The Helper The Helper:
    Happy Sunday!
  • The Helper The Helper:
    I lovc that I can post webp and X links now! :)
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1
  • The Helper The Helper:
    Guys just a heads up I am going to be shutting the site down soon. I am just waiting on the NUON people to decide whether they want to transfer forum data and keep the discord. My email is [email protected] for anyone that wants to keep in touch and I have a facebook too. I will make an official post later. Love you guys and will miss everyone!
    +1
  • V-SNES V-SNES:
    Sent a pm @The Helper

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top