Computer Studies 10 – Scratch games

In CS10, I have created a zombie shooter called Skirmish, which was originally to be a turn-based strategy game, but due to development hurdles and time, this is not the case. Many features had to be cut, but I am interested in re-implementing them at some point in the future.

Loader Loading...
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

In addition, these are two other minor games I’ve created.

This is what I refer to as 8cat, similar in fashion to a magic 8 ball. It makes heavy use of if-else programming to relay specific answers to specific questions.

Following, is what I refer to as RatHunt.

The player controls the cat, and attempts to catch the rat. Afterwards, a new rat will appear at a certain distance away from the cat.

This is done using if-else blocks and various conditions. The rat also uses a random number generator to determine if it will turn in a certain direction.

Leave a Reply

Your email address will not be published. Required fields are marked *