SFML community forums

General => SFML projects => Topic started by: FRex on April 24, 2013, 09:34:17 pm

Title: Man - A very simple and basic SFML 2.0 PacMan clone(source code included!)
Post by: FRex on April 24, 2013, 09:34:17 pm
Windows exe:
https://docs.google.com/file/d/0B8dEkQw1a4WvaXJDSGk4dTR4ZFU/edit?usp=sharing

Code and 'assets'(compiles on both Windows and Linux with no changes at all):
https://github.com/FRex/Man

It's not that great and has some nasty design but it's very simple and works well enough as a clone. It even has the original PacMan ghost passing through bug. :)
Have fun.
Title: Re: Man - A very simple and basic SFML 2.0 PacMan clone
Post by: eXpl0it3r on April 25, 2013, 01:11:44 am
Haven't looked at the code yet, but nice to see such compact examples. :)

Some audio would be nice. :P
Title: Re: Man - A very simple and basic SFML 2.0 PacMan clone
Post by: FRex on April 25, 2013, 01:30:48 am
This can be somewhat useful as example but is not really one. This is uni project I did some time ago and the goal was PacMan clone that'd work on Fedora. That's why there is some silly stuff in there, most people(who were like 2-3 months in C, and working with SDL btw..) did really silly stuff including(but not limited to) the 'delta time' nonsense so this wins easily. Also there are some comments in English and some in my native. I don't really have intention of working on this code, ever.
And I'm long aware of the high score bug. :P

Quote
Some audio would be nice. :P
This is quite stupid and ironic but because of the 'design', adding audio would require just few lines.
Title: Re: Man - A very simple and basic SFML 2.0 PacMan clone(source code included!)
Post by: hatem.badawi on May 03, 2013, 06:20:54 am
nice work !
Title: Re: Man - A very simple and basic SFML 2.0 PacMan clone(source code included!)
Post by: Ivan on August 10, 2013, 10:19:44 pm
I looks great, good job and thanks for sharing  :D