Croac Vim
Croac Vim is a game for learning VIM made in Python and Pygame CE.

THIS APPLICATION IS IN AN EARLY STAGE OF DEVELOPMENT
Try it online
https://darellanodev.github.io/croac-vim/
Github repository
Technologies
Requirements
I made this application using Python 3.14.0 in Windows 10 using CMD console and VSCode. I also use the Microsoft Black Formatter extension in VSCode.
Installation
- Clone this repo and go into the cloned folder
- Create the virtual environment with
python -m venv .venv - Activate it:
.venv\Scripts\activatein CMD- or select the
Python: select Interpreteroption in VSCode, kill terminal if it’s opened and open it again.
- Install dependencies
python -m pip install -r requirements.txt - Execute
run.shorpython main.py
Execute the unit tests
- Activate the virtual environment (see Install section)
- Execute
pytest