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

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.

Awesome Lists containing this project

README

          

![Logo](https://img.itch.zone/aW1nLzgwNzcxNjIucG5n/original/bMRdp3.png)

[![Go Report Card](https://goreportcard.com/badge/github.com/tot0p/ColorHit)](https://goreportcard.com/report/github.com/tot0p/ColorHit)
![version](https://img.shields.io/github/go-mod/go-version/tot0p/ColorHit?style=plastic)

# 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