utoyvo / marginal-act

Marginal act is an independent game studio based in Kharkiv, Ukraine, founded in 2017. Here you can find info about our games, which are different by gameplay (roguelike, adventure, survival-horror, simulator) and visualization (collage, pixel-art, pixel-collage) but similar by strong experimental nature.

Home Page:http://marginalact.indie.af/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marginal Act

Marginal act is an independent game studio based in Kharkiv. Games are different by gameplay and visualization but similar by strong experimental nature.

Marginal Act

STRUCTURE

├── 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

BUILT WITH

CONTRIBUTOR

Oleksandr Klochko @utoyvo.

LICENSE

Code released under the MIT.

About

Marginal act is an independent game studio based in Kharkiv, Ukraine, founded in 2017. Here you can find info about our games, which are different by gameplay (roguelike, adventure, survival-horror, simulator) and visualization (collage, pixel-art, pixel-collage) but similar by strong experimental nature.

http://marginalact.indie.af/

License:MIT License


Languages

Language:CSS 53.5%Language:HTML 46.5%