CityDelivery is a game in which the player is required to deliver parcels from the Shop to different customers. First, the player needs to get some cash from the ATM, then they need to buy the parcels from the Shop and then they can deliver the parcels to the right customers. Of course, the customer pays for the parcel but quite often they are generous enough to even leave a tip. Game is set to be in a small square town where vehicles can only stop at the crossroads. See the picture below for more detailed instructions:
At first, this was a simple text-based game which was made as an assignment for the programming module in the 1st year of studying at King's College London. The player communicated with the game by entering commands directly into the terminal.
Later, during the Christmas break, I decided to add a graphical user interface to make the game more playable. This is what the game looks like now:
The player can now execute exactly the same actions simply by pressing the right buttons. There is also a map on the right side which helps the player to navigate around the city.
You can find the game here.