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

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.

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.