Bit of a Party

3

That-Guy 2025-07-21 01:25 (Edited)

My idea is to make a game similar to Mario Party. I thought it would be cool for add their own mini games.

The game uses 2 gamepads and is meant to share controllers (whether taking turns or literally sharing) to have 4 players.

So far I have a board system (open to improvement by me or others), and 1 mini game (a 4 player frogger type game)


I’m going to continue working on this myself too , so if your not interested then just ignore it 👍


Important things to remember.
The score variable is for the scores… (kinda obvious)
Near the bottom of the “main” program the “game” variable is randomized, to add your game you will need to make the RND larger (current 0) and put an if statement to GOTO your game when a certain value is set for “game”
After your mini game GOTO main.
Please try and keep your game small (to allow room for more)
Variables still need to be declared at the beginning to ovoid errors from declaring them twice.
Variables can be “reused”, but make sure to set their values at the start of your mini game (but please don’t use the use the s,ps, and spaces variables (they track the players space on the board)

Bit of a Party.nx | Open in app
2025-07-21 01:25

wryhode 2025-07-21 11:58

Very cool idea! Ill see what I can do :3


That-Guy 2025-07-21 14:06

Thanks 👍 I’m interested to see how it turns out.

Also I fixed some stuff and made it a little more space efficient.

Bit of a Party.nx | Open in app
2025-07-21 14:06

Log in to reply.