/snake

Snake game written in Java using an Entity Component System

Primary LanguageJava

Snake

Description

Snake game written in Java.

My first attempt at implementing an Entity Component System from scratch as part of learning more about game programming.

Prerequisites :vertical_traffic_light:

Getting started :runner:

Getting the code :octocat:

  • Clone the repository: git clone https://github.com/taardal/snake

Running the app :rocket:

Script

  • Make run-script executable: chmod +x run.sh
  • Run the script: sh run.sh

Manual

  • Build the app: mvn clean package
  • Run the app: java -jar target/snake-jar-with-dependencies.jar

Resources :books: