Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mic-devs/curtin_ucp_assignment2
- Owner: mic-devs
- Created: 2024-07-22T05:44:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:49:40.000Z (6 months ago)
- Last Synced: 2024-10-13T17:21:38.783Z (3 months ago)
- Topics: c89, unix
- Language: C
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.