Yukkuri game

Description:

Yukkuri is a free opensource game writen in c++ with lua scripting. It's based on SDL library which makes it cross-platform.

Idea:

In the internets you can find games with yukkuries involvement but searching for a game about them does not give any meaningful result. This game is designed to solve this.

Plot:

Nothing here yet :3

Screenshots:

Controls:

It is a common question. Answer is inside the data/defs/bindings.config:

keys = {
  • up = "up",
  • down = "down",
  • left = "left",
  • right = "right",
  • joyaxis00 = "left",
  • joyaxis01 = "right",
  • joyaxis10 = "up",
  • joyaxis11 = "down",
  • z = "eat",
  • joy1 = "eat",
  • a = "attack",
  • joy2 = "attack",
  • p = "toggleinterface",
  • joy5 = "toggleinterface",
  • s = "screenshot",
  • esc = "exit",
}