Page 1 of 1

Zozo hami

PostPosted: Sat Aug 26, 2017 12:11 pm
by ITomi
A small Pac-man clone, written in GE.

Move: arrow keys.
Fire (if available): Ctrl.
Exit: Esc.

A known bug: few empty places behave as a wall obstacle.

Re: Zozo hami

PostPosted: Sun Aug 27, 2017 1:55 pm
by Epsilon
Cool demo, I didn't encounter that bug even though I passed 6 levels or so.. (is it endless?)
Didn't get much of the code, But I think you're using 2d arrays to generate the levels.
Did you use a program to generate the arrays or... did you type all that?

Good job either way.

Re: Zozo hami

PostPosted: Sun Aug 27, 2017 6:05 pm
by ITomi
Thanks, Epsilon! :D
All levels built from a 2d array, in which numbers represents the actors of the game (see in the "pstart" script).
It was very tiring to type these numbers, this was the most boring part of programming.

Re: Zozo hami

PostPosted: Mon Aug 28, 2017 2:52 pm
by Kcee
Best pacman clone made in GE!

Re: Zozo hami

PostPosted: Mon Aug 28, 2017 3:20 pm
by Kcee
Sorry for the repeated post, my browser has been behaving weirdly.

Re: Zozo hami

PostPosted: Sun Oct 08, 2017 7:54 pm
by Turon
I've downloaded and played it at last. It seems to be a really fun pacman variant, I just hope the difficulty gets better further on. Great to see new demos on the gEF though.