10000 GitHub - bnchrch/minesweeper: 🧹Minesweeper cli game in elixir
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bnchrch/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

A simple minesweeper built with elixir

â–¶ ./minesweeper --dimension 7 --mines 6
0    0    0    0    1    1    1
0    0    1    .    2    . 1
0    0    1    mine 4    3    2
0    0    1    2    .    .    1
0    0    0    2    3    3    1
1    1    1    1    .    1    0
1    .    1    1    1    1    0

Building

mix deps.get
mix escript.build

Running

./minesweeper --dimension 7 --mines 6

Commands

r1c3 -> select cell at row 1 column 3

quit -> end game

About

🧹Minesweeper cli game in elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0