Gladiator Fight
Name: Gladiator Fight Author: SpaceManiac Download: Gladiator fight.zip Compatibility: Parent page not set File Size: 2225 |
A multiplayer turn-based strategy game in which 2-9 players compete for ultimate supremacy in a gladiator battle! |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
Hi, I looked at your prgm and it's a good idea and nice to play with a lot of players but some optimization can be done.
There is some places you can erase ) and you can erase all labels and replace them with While like this:
0→P
Lbl 1
Input P
If P>9 or P<2
Goto 1
can be
0→P
While P>9 or P<2
Input P
End
For sure, there is a lot more to optimize but one thing at the time.
Beside this, it's great !
That can be further optimized to
No need to reset P here.
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
It's a great game but do you need to have all these lists there? I am pretty sure you can compress them into one list.
Please don't necropost; the last post was six years ago.