Skip to content

A terminal game for Snake written in Java as a Proof of Concept

Notifications You must be signed in to change notification settings

mkotb/SnakeConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Snake Console

I often noticed that Terminal GUI applications were written in languages like Python, C, or Go, and almost never in Java. I usually attributed it to the JVM not having the appropriate APIs exposed, and implementing a terminal GUI application to be a pain since you would have to go through native code.

Out of curiosity, I did some research and found Lanterna. I was surprised that it was written 100% in Java and I wanted to see it for myself. This is the result of that exploration, a smooth snake game as a proof of concept that you can build fancy terminal applications in Java.

About

A terminal game for Snake written in Java as a Proof of Concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages