Skip to content

chundot/kings-and-pigs

Repository files navigation

Kings and Pigs

Introduction

A platformer game based on godot engine mono.

You can try it on: https://chundot.itch.io/kings-and-pigs

Build Environment

  • Godot Mono 3.4.4
  • .NET 6 SDK

Todos

  • 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.

About

platformer game based on godot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages