Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sugarvoid/lick-em

My first Pico-8 game
https://github.com/sugarvoid/lick-em

game-development pico-8

Last synced: 4 days ago
JSON representation

My first Pico-8 game

Awesome Lists containing this project

README

        

# Lick 'em

## [Play in Browser](https://sugarvoid.itch.io/lickem)

![gameplay](https://github.com/sugarvoid/lick-em/blob/master/gameplay.gif)

![lickem cart](https://github.com/sugarvoid/lick-em/blob/master/lickem_v1.p8.png)


## Goal :dart:

- When next to human, lick them.
- When away from the human, move to it.


## Controls :joystick:

| Key | Action |
| :-: | :----: |
| X | Move |
| O | Lick |


## Changelog

### [v1.0]

- Fixed bug where if pressed fast enough, the player would move to previous human, not new

### [v0.2]

- Added Info Screen
- Added sliding sprite for player
- Added gameover images

### [v0.1]