https://github.com/tot0p/colorhit
This game was made during the "One Minute Game jam #5" In this short 2D shooter, you play as a kid in a tank who aims to color the world. You can do that by either shooting paintballs all around or by moving around the map.
https://github.com/tot0p/colorhit
ebiten game game-jam
Last synced: about 2 months ago
JSON representation
This game was made during the "One Minute Game jam #5" In this short 2D shooter, you play as a kid in a tank who aims to color the world. You can do that by either shooting paintballs all around or by moving around the map.
- Host: GitHub
- URL: https://github.com/tot0p/colorhit
- Owner: tot0p
- License: mpl-2.0
- Created: 2022-01-31T21:57:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T10:08:23.000Z (almost 4 years ago)
- Last Synced: 2023-07-08T03:39:50.647Z (about 3 years ago)
- Topics: ebiten, game, game-jam
- Language: Go
- Homepage:
- Size: 7.62 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://goreportcard.com/report/github.com/tot0p/ColorHit)

# Color hit
This game was made during the ["One Minute Game jam #5"](https://itch.io/jam/one-minute-game-jam-5)
In this short 2D shooter, you play as a kid in a tank who aims to color the world.
You can do that by either shooting paintballs all around or by moving around the map.
## Collectibles
There are some collectibles that spawns randomly on each map :
- bullets by stack of 3 or 10
- boxes, which can contain bonuses or penalties :
- score: /2, x2, x4
- speed: /2, x1.5, x2
## Controls
Controls are simple:
- zqsd, wasd, or arrows to move
- left click to shoot
## Requirement
You Require [ebiten](https://ebiten.org/)
## Run
To run this project
```bash
go run .
```
or to build
```bash
go build .
```
or download on [itchio](https://kaynooo.itch.io/color-hit)
## Roadmap
- Add dynamique maps
- other but it secret
## Authors
- [@tot0p](https://www.github.com/tot0p) : Developer
- [@Kayno0o](https://github.com/Kayno0o) : Artist