Skip to content

razmikarm/go2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go2048

2048 game in CLI written on Go

Make sure you have permission to run

chmod +x go2048

How to play

Use arrow keys to move points

Simple run

./go2048

image

image

Filling border with alternative symbol

./go2048 "*"

image

You can fill borders with any character you want. Just run ./go2048 <char>. Here we set * in double quotes because in shell it is a special character, like |, ;, &, <, > and etc. For the same reasons in place of <char> use "\"" for " and "\\" for \.

About

2048 game in CLI written on Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages