Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugarvoid/lick-em
My first Pico-8 game
https://github.com/sugarvoid/lick-em
game-development pico-8
Last synced: 6 days ago
JSON representation
My first Pico-8 game
- Host: GitHub
- URL: https://github.com/sugarvoid/lick-em
- Owner: sugarvoid
- License: mit
- Created: 2024-06-29T15:05:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-10T12:08:57.000Z (3 months ago)
- Last Synced: 2024-11-08T16:12:08.009Z (about 2 months ago)
- Topics: game-development, pico-8
- Language: Lua
- Homepage: https://sugarvoid.itch.io/lickem
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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]