Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 985 Bytes

File metadata and controls

23 lines (17 loc) · 985 Bytes

Gamekit 1D

After the Gamekit2D and the Gamekit3D :

Introducing the Gamekit1D, a game kit to do a 1D game in Unity. Play as Ellen fighting Chompers on an alien planet, breaking boxes and avoiding acid pools.

Ok this is obviously a joke made in one day, this is not a real kit, but I may come back to it at some point to add door & pressure pad.

Gif of gameplay A gameplay session where Ellen (orange) attack a chomper (pink) on the right, before breaking a Box (brown) and falling in an acid pool (green). She then jump over it to avoid it.

Control

  • Left/Right arrow (or A/D or any Horizontal input you define in the InputManager : Go left or Right
  • Left click or Ctrl (Fire1 input) : hit with your staff in front of you (front is which direction your pressed last)
  • Space : jump over the next cell you're facing.