Marginal act is an independent game studio based in Kharkiv. Games are different by gameplay and visualization but similar by strong experimental nature.
├── public
| ├── assets
| │ ├── css
| | | └── style.css
| │ ├── img
| | | ├── bg
| | | | ├── bg0.png
| | | | ├── bg1.png
| | | | ├── bg2.png
| | | | ├── bg3.png
| | | | ├── bg4.png
| | | | └── bg5.png
| | | ├── covers
| | | | ├── cover-1200x675.jpg
| | | | └── cover-1280x800.jpg
| | | ├── icons
| | | | ├── icon-16x16.png
| | | | ├── icon-32x32.png
| | | | ├── icon-60x60.png
| | | | ├── icon-76x76.png
| | | | ├── icon-96x96.png
| | | | ├── icon-120x120.png
| | | | ├── icon-144x144.png
| | | | ├── icon-152x152.png
| | | | ├── icon-180x180.png
| | | | └── icon-192x192.png
| | | └── loader
| | | └── loader.gif
| │ ├── js
| | | └── app.js
| │ └── libs
| | ├── handlebars-2.0.0.min.js
| | ├── jquery-1.12.4.min.js
| | └── jquery-ui-1.12.1.min.js
| └── uploads
| └── .empty
├── storage
│ └── articles.json
├── favicon.png
├── index.html
├── LICENSE
├── README.md
└── screenshot.jpg
Oleksandr Klochko @utoyvo.
Code released under the MIT.