Discussion

I want to make a game but i don't know much BASIC.

1

Jogrie2912 2020-06-30 06:55 (Edited)

Can anyone help me. I do not know much BASIC so I need some help. Is there a place I should begin? Should I remix something or start from scratch?


was8bit 2020-06-30 09:38

Feel free to tinker with ANY of my stuff, and are also free to post any cool remixes (new colors, new graphics, etc.)

Also, a good place to start is like a basic 2 dice game using CLS and PRINT commands ... maybe easy rules like start with 50 points, DOUBLES and 7 total wins 5 points, all else loses 1 point.... you could use TOUCHSCREEN with

PRINT "TAP TO ROLL"
WHILE NOT TOUCH
WAIT VBL
WEND
WAIT 5

Inside a DO LOOP, as a simple player input... and let player play forever

Anyway, feel free to keep asking questions, and if you have anything not working like you want (free from typos) you can post it and we can help abit with the code :)


was8bit 2020-06-30 09:39

Also, read thru the built in HELP, and check out Timo's tutorial https://lowresnx.inutilis.com/topic.php?id=306


was8bit 2020-06-30 09:50

Here you go, tinker with this... :)

Double Dice.nx | Open in app
2020-06-30 09:50

Jogrie2912 2020-06-30 14:58

Thanks! 🙃


was8bit 2020-06-30 17:21

:)


G-9 2020-07-01 18:58

XD


Log in to reply.