Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mic-devs/curtin_ucp_assignment1
- Owner: mic-devs
- Created: 2024-07-22T05:33:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:41:46.000Z (6 months ago)
- Last Synced: 2024-10-13T17:21:38.329Z (3 months ago)
- Topics: c89, unix
- Language: C
- Homepage:
- Size: 562 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 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.