Skip to content

jrquick17/java-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-snake

Index

About

A game written in vanilla Java where you control an ever-growing snake trying to collect as many sitting apples, running mice and bonuses for points.

Run

  • Clone the repository

    git clone git@github.com:jrquick17/java-snake.git

  • Compile project

    javac src/*.java -d target/

  • Run project

    java -cp target/ OriginalSnake

Contributing

To contribute, submit any pull request and I will have look.

Issues

If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.

Thanks

Future Plans

  • Run using Java 8
  • Second player

About

A game written in vanilla Java where you control an ever-growing snake trying to collect as many sitting apples, running mice and bonuses for points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages