Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/NiklasEi/game_oicana

Tower defence game with some puzzling
https://github.com/NiklasEi/game_oicana

game itchio puzzle tower-defense

Last synced: about 9 hours ago
JSON representation

Tower defence game with some puzzling

Awesome Lists containing this project

README

        

# Oicana | Game submission for Mini Jam 71

*The game tries to combine the genres `Tower defense`, `Puzzle` and `Monster tamer` (admittedly, the last one is a stretch). Mini Jam 71 called for a combination of at least two genres*

Oicana [is published on itch.io](https://niklme.itch.io/oicana). You can get the latest builds there or find them in [the releases of this repository](https://github.com/NiklasEi/oicana/releases).

![oicana game play](oicana.png)

## Goal of the game

All enemies are geometrical forms. In the beginning they are all grey, but when getting hit by your towers they will start showing color. When they are beaten, their color fully shows, and they will try to make a run for the colorful clouds on the map. During that time you can collect them by clicking on them and use them as puzzle pieces to update your towers or build new ones.

As in every TD game, you can lose by letting too many enemies through to your base.

## Development

Run the game locally with `cargo run` or in the browser with `trunk serve`.

## Credits

See [CREDITS.md](credits/CREDITS.md)