Croac Vim

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

Croac Vim Banner

THIS APPLICATION IS IN AN EARLY STAGE OF DEVELOPMENT

Try it online

https://darellanodev.github.io/croac-vim/

Github repository

Technologies

Python Pygame CE Pygbag

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\activate in CMD
    • or select the Python: select Interpreter option in VSCode, kill terminal if it’s opened and open it again.
  • Install dependencies python -m pip install -r requirements.txt
  • Execute run.sh or python main.py

Execute the unit tests

  • Activate the virtual environment (see Install section)
  • Execute pytest