PlaceholderGames / Group-E-Ass2-Game

Ass 2 repo for Group E
0 stars 0 forks source link

Minigame - Pacman-ish #31

Open Porupu opened 6 years ago

Porupu commented 6 years ago

Started making a pacman-like minigame (I imagine there being a little virus-like character running around eating stuff while antiviruses are walking around on patrols...), got the initial level from tilemaps.

image

And then a pic of the textures and stuff... image

For character movement - an input setting in the project setting has been created (no pic attached), then within the char blueprint: image

A character sprite (will be replaced by a flipbook later) and a camera settings: image

Spawner blueprint for spawning the character: image

Now, gonna start working on interacting with the environment and the level timer

SheDemon commented 6 years ago

I'll make the character. I'm imagining a blue spider-like square-ish character, of course animated. spider-pixilart

SheDemon commented 6 years ago

So we agreed to make a little biological joke and make the main character a virus. Like this one: image I'll draw it and make the animation.

Porupu commented 6 years ago

Level Timer blueprint is almost done - this is it's principle, gonna make it fancier soon...

image

I used level blueprint for that - I hope that was a good idea, cause I've seen people on yt using some other blueprints.

The 'seconds' variable can be set on the left hand side by selecting the variable and in it's setting changing the value - I don't know about any smarter solution at this point

SheDemon commented 6 years ago

virus-pixilart

SheDemon commented 6 years ago

There is the food for a virus: folder-pixilart 1

SheDemon commented 6 years ago

folder-pixilart 2

SheDemon commented 6 years ago

Here we go. All done: virusani LINK TO ALL ART MADE BY ME

Porupu commented 6 years ago

So the character can now eat the edibles, once it eats all of them (105 at this point) a new level opens, here's the blueprint for that: image

Edible being destroyed: image

Actor Edible sprite and triggerbox: image

Gonna change the character soon.

References: https://www.youtube.com/watch?v=5KkcbO3Tmbw https://www.youtube.com/watch?v=nmHtwWbpuk4&t=792s https://www.youtube.com/watch?v=TtVO0aNMNGE https://www.youtube.com/watch?v=x98nZ64NAUQ https://www.youtube.com/watch?annotation_id=annotation_12574295&feature=iv&src_vid=x98nZ64NAUQ&v=er0kF608iFI

Porupu commented 6 years ago

Character (almost) implemented: image

In game: image

MolnarSyrus commented 6 years ago

Okay the minigame is hooked up to the first level we have, we're going to need different minigame level designs down the line for other levels when we have them.

MolnarSyrus commented 6 years ago

Hey bud I'm gonna need you to make another one of these levels by monday if possible!

Porupu commented 6 years ago

Gonna have them for you soon cap'

Porupu commented 6 years ago

Made another level of the mini-game, the layout is a bit different, other than that the functionality is pretty much the same. New tilemap: tilemap The level: levelscreenshot Screenshot from the game being played, edibles being eaten and destroyed, the timer is on: gameplayscreenshot