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: 4 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T20:42:58.000Z (4 months ago)
- Last Synced: 2024-07-18T16:24:55.392Z (4 months ago)
- Topics: game-development, pico-8
- Language: Lua
- Homepage: https://sugarvoid.itch.io/lickem
- Size: 127 KB
- Stars: 0
- Watchers: 2
- 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]