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

2014/6/22

How do i make a random number generator for the pipes in flappy bird

Curly Curly

2014/6/22

#
//
danpost danpost

2014/6/22

#
The Greenfoot class API contains a 'getRandomNumber(int)' method that you can use to get a number from 0 to 'int n'-1. Please refer to the API for more info.
You need to login to post a reply.