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)
- Host: GitHub
- URL: https://github.com/setanarut/kar
- Owner: setanarut
- License: other
- Created: 2024-05-19T16:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T01:10:22.000Z (9 months ago)
- Last Synced: 2025-04-29T09:56:45.404Z (9 months ago)
- Topics: crafting-game, ebiten, ecs, game, game-2d, go, go-game, golang, platformer, platformer-2d-game
- Language: Go
- Homepage: https://setanarut.itch.io/kar
- Size: 183 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kar
Kar is a 2D crafting/mining/platformer game (Work in progress).

## 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 |