Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppasupat/25-bake-the-cake
🎂 25 🎂
https://github.com/ppasupat/25-bake-the-cake
Last synced: 8 days ago
JSON representation
🎂 25 🎂
- Host: GitHub
- URL: https://github.com/ppasupat/25-bake-the-cake
- Owner: ppasupat
- Created: 2018-02-18T02:44:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T21:18:31.000Z (over 6 years ago)
- Last Synced: 2023-08-20T17:24:09.939Z (about 1 year ago)
- Language: CSS
- Homepage: https://ppasupat.github.io/25-bake-the-cake/
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bake the Cake
A short point-and-click game. Made in a day for my sister's birthday (Feb 19, 2018).
Play here:
## Design Notes
* Made with CSS + JS because I'm too lazy to learn game frameworks.
* Objects are absolute-positioned divs with image backgrounds.
* Object types and states are denoted by classes.
* Images are drawn with Google Drawings and Gimp,
with some cliparts from [OpenClipArt](http://openclipart.org/) and images from [Wikipedia](https://en.wikipedia.org).
* Scaling to fit screen by tweaking the viewport meta. It's hacky and buggy.