Skip to content

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.

License

Notifications You must be signed in to change notification settings

jrquick17/java-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jeremy Quick
Jun 26, 2019
a1d5235 · Jun 26, 2019

History

9 Commits
Mar 28, 2016
Jun 26, 2019
Mar 27, 2016
Jun 26, 2019

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