JyanJohn / Sokoban

Sokoban written in C using VIM in Termux. A very easy game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ncurses Sokoban

Installation and how to use

 apt update
 apt install git
 git clone https://github.com/JyanJohn/sokoban
 cd sokoban
 make
 ./soko

Notes

  • This is rushed and there may be bugz

  • Only has 3 maps

  • Still New

  • If you want to improve it, please be specific on what you want to change on the Pull Requests

About Me

JyanJohn

Show your support

Give a ⭐️ if you liked this project!!

License

Copyright © 2021 JyanJohn.

About

Sokoban written in C using VIM in Termux. A very easy game

License:GNU General Public License v3.0


Languages

Language:C 99.3%Language:Makefile 0.7%