blob: f179141c593d40d5ba5122924b80081d4adb29f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
June 2018
# Inside Out
This simple game is the fruit of my first experiments with the cross-platform
2D/3D game engine Godot. Godot targets PC, mobile and web platforms.
<video controls>
<source src="insideout.mp4" type="video/mp4">
<source src="insideout.webm" type="video/webm">
Sorry, Your browser does not support the video tag.
</video>
## Ref
* <https://godotengine.org/>
<!--
source code locally in ~/miguel/nogit/godot_inside_out/
-->
|