An open API service indexing awesome lists of open source software.

https://github.com/setanarut/kar

Kar is a 2D mining/platformer game. (Work in progress)
https://github.com/setanarut/kar

crafting-game ebiten ecs game game-2d go go-game golang platformer platformer-2d-game

Last synced: 9 months ago
JSON representation

Kar is a 2D mining/platformer game. (Work in progress)

Awesome Lists containing this project

README

          

# Kar

Kar is a 2D crafting/mining/platformer game (Work in progress).

a

## Controls

### Main Menu

| Key | Function |
| ---------------- | --------------------------------- |
| Enter | Open/Close menu |
| W/S | Menu navigation (up/down) |
| | Confirm the selected menu option. |

### Gameplay

| Key | Function |
| ----------------------- | ----------------------------------------------------------------- |
| W | Look up |
| S | Look down |
| A | Move left |
| D | Move right |
| ⇧ ShiftRight | Run |
| Space | Jump |
| | Break block (hold) |
| | Place block (adds block if selected item in inventory is block) |
| | Throw throwable item (if selected item in inventory is throwable) |
| E | Select next inventory slot |
| Q | Select previous inventory slot |
| R | Set Quick-Slot 1 |
| T | Set Quick-Slot 2 |
| Tab | Switch between Quick-Slot 1 and Quick-Slot 2 |
| | Open/Close 2x2 Crafting mode |
| | Open/Close 3x3 Crafting mode (if looking to Crafting Table) |
| L | Switch between camera modes |

#### Special

| Key | Function |
| ------------------------- | ---------------------------------------------------------------------------------------------- |
| + | While running at maximum speed, hold down the right arrow key and hit the block to destroy it. |

### Crafting Mode

| Key | Function |
| ------------ | ----------------------------------------------------------------------------------- |
| | Move 1 item from inventory to table |
| | Move 1 item from table to inventory |
| | Apply recipe and add to inventory (if space available) |
| | Exits crafting mode and adds slots to inventory, drops items into world if no space |
| E | Select next inventory slot |
| Q | Select previous inventory slot |