Skip to content

Commit dbbc861

Browse files
committedAug 16, 2017
wip
1 parent 4078489 commit dbbc861

File tree

3 files changed

+21
-36
lines changed

3 files changed

+21
-36
lines changed
 

‎README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## MEMO CART
2+
3+
4+
5+
**A PostMortem article will be written soon...**
6+
7+
Finished just in time, this game is the most ambitious game I ever created, made in 2 weeks during [lowrezjam2017](https://itch.io/jam/lowrezjam2017) game jam.
8+
9+
I have worked exactly 97 hours on it as will prove an (accelerated) timelapse video I'm going to submit soon.
10+
11+
The graphics are entirely procedurally generated (no static textures, no "static models"). There is a single fragment shader that render the whole game by raymarching signed distance functions. It was a great challenge to optimize. The UI is made with Canvas2D. there is also some composition work in another shader (some motion blur effect).
12+
13+
The audio effects was made by myself and with some help from @mrspeaker on some biome songs so kudos to him 👍
14+
15+
## credits
16+
17+
- https://www.ruxtons.com/images/IG1202-3.jpg
18+
- https://www.youtube.com/watch?v=4ds9mfUB7Dg
19+
- https://itch.io/jam/lowrezjam2016/topic/19302/minimal-pixel-font
20+
- http://mercury.sexy/hg_sdf/
21+
- http://iquilezles.org/www/articles/distfunctions/distfunctions.htm

‎public/favicon.ico

12.4 KB
Binary file not shown.

‎todo.md

-36
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.