https://github.com/ythecombinator/pacman
Pacman game made in C.
https://github.com/ythecombinator/pacman
Last synced: about 2 months ago
JSON representation
Pacman game made in C.
- Host: GitHub
- URL: https://github.com/ythecombinator/pacman
- Owner: ythecombinator
- Created: 2015-12-06T17:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T18:21:38.000Z (over 9 years ago)
- Last Synced: 2025-03-30T23:11:32.196Z (3 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pacman
> Pacman game made in C.
## Instructions
To run this application you need to compile all `.c` files and generate just only one executable file.
Just run:
`gcc -std=c99 pacman.c mapa.c ui.c -o pacman.out`
> **Note:** I made this game in C as a *C99* extension - this is the why you need to use the `-std=c99` flag to build.
## Contributing
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -m 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :)## License
This game is distributed under the `` license, available in this repository. All contributions are assumed to be also licensed under the same.