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_assignment2

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

c89 unix

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

In short, it's an extended version of Assignment 1's CLI ASCII-based game coded in C89. A game where the player needs to go from their spawn point to a distant goal in the map while dodging obstacles. Of which the map can be easily drawn up by the user on a .txt file.

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