Browse Source
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>combat-scorched-earth-from-outer-space
8 changed files with 56 additions and 3 deletions
@ -0,0 +1,46 @@
|
||||
# 2021-08-20 |
||||
|
||||
## Today's achievement |
||||
|
||||
Inspired by a [tweet][tweet] I was wondering, whether I could get away cheaply |
||||
by using boxes with eyes. Perhaps with a mouth and eyebrows. |
||||
|
||||
A quick look at facial expressions lead me to think, that it can be used in |
||||
different places: |
||||
|
||||
[![facial expressions][facial]][expressions] |
||||
|
||||
They can be combined by using eyes and mouth! |
||||
|
||||
[![chart showing a matrix of combinations of eyes and mouths][chart]][source] |
||||
|
||||
[commit diff 1b672a3de21146bc6a599aaa630dab30ab44f5a8 to e82734dc037518f818aaa9e8157251266e9d447a][diff] |
||||
|
||||
![screenshot from 2021-08-20][screenshot] |
||||
|
||||
## Next steps |
||||
|
||||
I will scribble some ideas of how I can use pixel art to represent different |
||||
types of objects. I have to be on the road tomorrow anyway. |
||||
|
||||
I can also pick up my paper notebook again and think about how to lay out the |
||||
elements of the game. |
||||
|
||||
### Codewise |
||||
|
||||
- [ ] See ToDos from [yesterday][yesterday]. |
||||
- [ ] Refactor code to initial state as module to allow for save state. |
||||
- [ ] Move borders on every pass of the powerups. |
||||
|
||||
### Previous in line |
||||
|
||||
See journal entry from [yesterday][yesterday]. |
||||
|
||||
[chart]: ./chart.jpg |
||||
[diff]: https://jaenis.ch/hobbies/coding/repos/ryuno-ki/js13kgames-2021/compare/1b672a3de21146bc6a599aaa630dab30ab44f5a8...e82734dc037518f818aaa9e8157251266e9d447a |
||||
[expressions]: https://savageanimations-expression.blogspot.com/2016/03/exploring-expression.html |
||||
[facial]: ./facial_expressions.jpg |
||||
[screenshot]: ./2021-08-20.png |
||||
[source]: https://www.deviantart.com/staticfactory/art/Facial-Expression-Chart-D-97933463 |
||||
[tweet]: https://twitter.com/SilentYetiGames/status/1427809307488407558 |
||||
[yesterday]: ./2021-08-19.md |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in new issue