HTML has been moved to here
DM me for better name ideas :|
LOVE2D is required to run this project
- 100% Open Source and Free 📦
- Fast and Lightweight (<1MB) 🔥
- Why not ? 🐱
Visit here for help
NOTE: 2.0.1-PRE-2 Has a installer for Linux(FOR APT NOT FOR PACMAN)
- Clone the repo
git clone https://github.com/zalanwastaken/typer.git typer
- Install LOVE2D APT
sudo add-apt-repository ppa:bartbes/love-stable -y
sudo apt update -y
sudo apt install love -y
PACMAN
sudo pacman -Syy
sudo pacman -S love
- Run Linux-run.sh
cd typer
./Linux-run.sh
All commands APT
git clone https://github.com/zalanwastaken/typer.git typer
sudo add-apt-repository ppa:bartbes/love-stable -y
sudo apt update -y
sudo apt intall love -y
cd typer
./Linux-run.sh
PACMAN
git clone https://github.com/zalanwastaken/typer.git typer
sudo pacman -Syy
sudo pacman -S love
cd typer
./Linux-run.sh
- Clone the repo
git clone https://github.com/zalanwastaken/typer.git typer
- Use the LOVE installer to install LOVE2D (Add the path in installer) LOVE
- Run Typer
love typer
Fix permission error for ./Linux-run.sh with this command
sudo chmod a=rwx ./Linux-run.sh
Install git if not installed Linux: APT
sudo apt update -y
sudo apt install git -y
PACMAN
sudo pacman -Syy
sudo pacman -S git
- Make a installer for windows...Pending
- Fix some bugs...Doing
- Add Robust error handling...Done
- Make the first Full-Release...Delayed
- I currently have no plans to make an installer for MACOS.
- The current typer logo is a placeholder and will be replaced soon
- Typer runs best with the latest version of LOVE2D(11.5)