https://github.com/android-0/imouto-from-scratch
Moved to https://codeberg.org/androidzero/imouto-from-scratch
https://github.com/android-0/imouto-from-scratch
interpreter love2d programming-language
Last synced: 24 days ago
JSON representation
Moved to https://codeberg.org/androidzero/imouto-from-scratch
- Host: GitHub
- URL: https://github.com/android-0/imouto-from-scratch
- Owner: android-0
- Created: 2025-11-21T07:58:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T00:42:19.000Z (3 months ago)
- Last Synced: 2026-03-16T11:43:38.188Z (3 months ago)
- Topics: interpreter, love2d, programming-language
- Language: Lua
- Homepage:
- Size: 508 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Imouto From Scratch
WIP.
## Features
1. Vimouto: in-game vim-like text editor.
2. Imo Scheme: in-game R5RS implementation.
### ImoTerm
An in-game terminal. Only one instance is supported.
Available commands: `cat`, `clear`, `echo`, `help`, `imoscm`, `pwd`.
Type `help` for detail.
### Mini Games
1. 15 puzzle.
## Installation
This project uses [LÖVE](https://www.love2d.org/) framework.
Clone this repo. Navigate to it. Run `love .`.
This repo doesn't include any audio because I use non free audios.
You can still play the game without audio.
Later I will include
1. Script for yt-dlp to download the audio.
2. In-game audio manager where you can choose your own audio on your machine.