We all have played the t-rex game on chrome! Its time to make our own now.

We will be using Processing for the same, and you may install it at https://processing.org/download/.
You may start with opening Processing, and naming your sketch as tRexGame.
Make sure you have opened it in Java mode. 
Our game consists of the following entities,
The player (the T-rex)
The Obstructions
We may create 2 more files (tabs in the processing window) for the above entities. These are actually .pde files.

E...
Published on September 19, 2020 04:09