Skip to content

kijimaD/sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sokoban

Implement puzzle game "sokoban".

$ sokoban

---- START ----

@: You
&: Cargo
_: Goal
#: Wall
.: Floor

..##......
.##.#_....
....#..#&.
...#.#..&.
..##...._&
.#...&__._
...#...#.#
...#......
####..#.&.
#...##.#@#

..##......
.##.#_....
....#..#&.
...#.#..&.
..##...._&
.#...&__._
...#...#.#
...#....&.
####..#.@.
#...##.#.#

install

go install github.com/kijimaD/sokoban@main

develop

show help

make