Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mic-devs/curtin_ucp_assignment1

Assignment 1 of the Unix & C Programming Unit. This is an ASCII-based CLI game comparable to 'Frogger' or 'Crossy Road' coded in C89.
https://github.com/mic-devs/curtin_ucp_assignment1

c89 unix

Last synced: about 2 months ago
JSON representation

Assignment 1 of the Unix & C Programming Unit. This is an ASCII-based CLI game comparable to 'Frogger' or 'Crossy Road' coded in C89.

Awesome Lists containing this project

README

        

This is my assignment 1 for the Unix & C Programming unit of Year 2 Semester 1.

In short, it's a CLI ASCII-based game coded in C89. A game where the player needs to go from one end of the map to the other end without being hit by cars.
Similar to the classic 'Frogger' or 'Crossy Road' game.

Full details and specifications can be found in the Assigment_Specifications.pdf file.