A platformer game based on godot engine mono.
You can try it on: https://chundot.itch.io/kings-and-pigs
- Godot Mono 3.4.4
- .NET 6 SDK
- game ui;
- main menu;
- select level;
- level finished;
- simple next level;
- statistic ui.
- death menu;
- reset tip when dying.
- killed by...
- pause menu.
- level design;
- tilemap;
- one-way through platform;
- at least 10 levels.
- enemy ai;
- normal pig;
- crate pig;
- pig in crate;
- bomb pig;
- pig with march;
- pig king.
- player controller optimization;
- responsive jump before touching ground;
- responsive jump when falling in a short time;
- different height by when jump button released.
- collectable item and ui;
- heart;
- diamond.
- player health ui;
- player and enemy movement fx;
- bgm and sfx;
- bgm;
- sfx.
- dialog boxes;
- save feature.