Hello Everyone!

Demo of the Realm of Critters - Flower Woods and Mouse Warrior packs and C3 template / tutorial for some basic platformer state machine setups along with some blood effects (2nd video / tutorial).  See the YouTube video(s) below for a walk through on how to implement a platformer state machine inside of Construct 3 along with some gory blood effects.  The project file can be downloaded below. 

The art can be found at the links below along with a paid enemy pack!

Realm of Critters Tileset and Mouse Warrior (Free):

https://foozlecc.itch.io/realm-of-critters-flower-woods

https://foozlecc.itch.io/realm-of-critters-mouse-warrior

Realm of Critters Enemy Pack (Paid):

https://foozlecc.itch.io/realm-of-critters-enemy-pack-1

---

GAME/DEMO CONTROLS:

W to jump

A = Left

D = Right

Space = Light Attacks

A + Space = Thrust Left

D + Space = Thrust Right

S + Space = Heavy Attack

---

I have included the project file to follow along  at your own pace.  Feel free to use however, no credit needed, cc0 etc. 

Check out the 2 videos on YouTube and let me know what you think!  Subscribe if you enjoyed :)



---

I am a youtuber, creator of games / tutorials, and actively building a collection of art / assets for creators to use royalty free in their games.  If you would like to support me, please consider subscribing to my YouTube channel (game dev focused) and or supporting me on Patreon.  Those who subscribe to the "Game Asset Supporter" tier will get access to all premium / paid art I own the rights to posted here on itch (new assets added monthly!).  Cheers!

YouTube:

https://www.youtube.com/channel/FoozleCC

Patreon:

https://www.patreon.com/user?u=48464594

---

FoozleCC

Download

Download NowName your own price

Click download now to get access to the following files:

Platformer_StateMachineDemo.c3p 218 kB
Platformer_StateMachineDemo_BloodEffects.c3p 282 kB

Comments

Log in with itch.io to leave a comment.

(1 edit)

Demo has some bugs , like the enemies moved in sync with player and ended up flying off the level. The fall state does not register if you walk off a ledge and continue in the same direction but if you release the button or change directions it goes from walking state while in air to falling. Also if you press left and right while in the air you can non stop double jump and remain in the air for ever.

Thanks! As mentioned on the YouTube video comments, you found the infinite jump hack ;) yes there are also probably other situations but hope it gives people a good idea on how to approach the problem of creating a state machine.  Cheers!

very smooth and cool implement also the falling state ;)

Thanks! Falling state implemented :) 8 animations added to the free character but not all implemented yet. Cheers!