https://github.com/sugarvoid/lick-em
My first Pico-8 game
https://github.com/sugarvoid/lick-em
game-development lua pico-8
Last synced: 2 months 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-17T21:44:25.000Z (3 months ago)
- Last Synced: 2025-01-17T22:33:07.467Z (3 months ago)
- Topics: game-development, lua, pico-8
- Language: Lua
- Homepage: https://www.lexaloffle.com/bbs/?pid=146270#p
- Size: 147 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)


## 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]