An open API service indexing awesome lists of open source software.

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

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.