Skip to content

Hjagu09/kakoune-convert-game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kakoune-convert

A small game around the kakoune text editor and file format convertions. Currently there are only four levels, but i might add more some time. If you want to feel free to submit a pull request with a new level 😄

background

I got the idea for this game while messing with the input data for a challenge in advent of code. Doing that i came to think of how amazig kakoune is for that task and so i made an game.

installation

  1. clone this repo
  2. (optional) add src/cli to your path so you can run the game as a regular command. If your using fish you can do it like so:
    # run this in fish from the root of the repo
    fish_add_path ./src/cli
  3. you should now be abel to run the game.
    # if you did step two
    kak_converts
    
    # if you didn't do step two
    ./src/cli/kak_converts

command line usage

usage: kak_converts [-h] {play,list} ...

positional arguments:
  {play,list}
    play       play a level
    list       list all levels

options:
  -h, --help   show this help message and exit

About

A small game around the kakoune text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published