BITTER
Traveling through a barren world you come by an Ancient (circa 2024) Mainframe which needs fixing. Help the Steel Guardian of the Mainframe by visiting abandoned mines and digging up resources. Who knows what you will find in the desolate lands?
CONTROLS
- Move with WASD or Arrow keys.
- Press "SPACEBAR" to dig in the mines.
- Walk into signs, notes, the train and robot to interact with them.
ABOUT
The game is one computationally minimal and easily sharable index.html file of only 240kb. It is power and processor aware, as it only draws on events and packs all texture data into a 1-bit (21kb) tileset. It is made in our custom weblgl1 pure javascript engine:
https://github.com/ietsnut/septic/blob/main/index.html
The source code:
https://github.com/ietsnut/septic
septic.html
├── septic.png (TILE,7,0)
├── septic.css
│ ├── septic.png (TILE,9,14)
│ ├── septic.png (FRAME,7,3)
│ ├── septic.png (FRAME,4,3)
│ ├── septic.png (FRAME,4,3)
│ ├── septic.png (FRAME,4,3)
│ └── septic.png (FRAME,3,3)
└── septic.js
├── septic.png (WIDTH)
├── septic.png (TILESET)
├── septic.vs
│ └── septic.png (WIDTH)
├── septic.fs
├── map0.csv
├── map1.csv
├── map2.csv
├── map3.csv
├── route.csv
├── music.js
├── thought.html
│ ├── septic.ttf (BASE64)
│ └── septic.png (FRAME,8,3)
├── talk.html
│ ├── septic.ttf (BASE64)
│ └── septic.png (FRAME,0,3)
├── excavation.html
│ ├── excavation.css
│ │ ├── septic.ttf (BASE64)
│ │ └── septic.png (FRAME,1,3)
│ ├── septic.png (TILE,19,11)
│ ├── septic.png (TILES,26,17,5,4)
│ ├── septic.png (TILES,11,17,5,4)
│ ├── septic.png (TILES,16,17,5,4)
│ ├── septic.png (TILES,21,17,5,4)
│ └── septic.png (TILE,19,11)
└── sign.html
├── septic.ttf (BASE64)
├── septic.png (FRAME,2,3)
├── septic.png (TILE,0,5)
└── septic.png (TILE,15,10)
Status | In development |
Platforms | HTML5 |
Author | ietsnut |
Genre | Simulation |
Leave a comment
Log in with itch.io to leave a comment.