Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marekdedic/pertotman
Funny clone of Pacman
https://github.com/marekdedic/pertotman
Last synced: about 1 month ago
JSON representation
Funny clone of Pacman
- Host: GitHub
- URL: https://github.com/marekdedic/pertotman
- Owner: marekdedic
- License: mit
- Created: 2012-12-27T14:09:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T20:55:14.000Z (over 5 years ago)
- Last Synced: 2023-10-20T21:38:33.381Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 87.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pertotman
=========
A clone of Pacman done with SDL-OpenGL, including 3 difficulties, dynamic texture and level loading and savegames.
Default texture uses heads of teachers and students at Gymnázium Boženy Němcové, Hradec Králové, Czech Republic.Klon hry Pacman, vytvořený pomocí SDL-OpenGL, se 3 úrovněmi obtížnosti, dynamickým načítáním textur, levelů a
možností ukládaní pozice. Výchozí textura používá hlavy učitelů a žáků na Gymnáziu Boženy Němcové, Hradec Králové.Prerequisites
-------------These are prerequisites tested with the current version. It may or may not work with other versions.
- libsdl >= 1.2.25
- libsdl_image >= 1.2.12
- libsdl_ttf >= 1.2 - also works with libsdl2_ttf >= 2.8.1
- libopengl >= ??? - probably >= 3
- libfreetype >= 2.8
- libzlib >= 1.2.11
- libpng >= 1.6.34Building and running
--------------------```sh
$ cmake .
$ make
$ ./bin/pertotman
```