Taardal / snake

Snake game written in Java using an Entity Component System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Snake game written in Java using an Entity Component System


Languages

Language:Java 99.8%Language:Shell 0.2%