This site requires JavaScript, please enable it in your browser!
Greenfoot back
jackmads8
jackmads8 wrote ...

2019/11/8

I Need Help With Adding complexity to my game

jackmads8 jackmads8

2019/11/8

#
my game is for my A level computer science coursework and Im a beginner programmer. I have made a fairly simple maze game, I have a player that must run through the maze to the end point without touching the enemy players or he gets reset back to his original position. I need to make my game more complex for it to be suitable for my project. I am planning on adding a timer and a high scores list where the fastest scores get saved to add complexity. I was just wondering how I would add a timer (counting up) on screen and then how I would save the score of that timer into a high score table.
danpost danpost

2019/11/8

#
jackmads8 wrote...
how I would add a timer (counting up) on screen
See my Value Display Tutorial scenario.
how I would save the score of that timer into a high score table.
Multiple factors will determine this -- mainly, location and structure of high score table.
You need to login to post a reply.