Skip to content

A simple game library featuring different games to play in Springboot. Currently with TicTacToe, Hangman and Simon,

License

Notifications You must be signed in to change notification settings

Joel-Schaltenbrand/GameLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Library

GitHub GitHub tag Docker Image

A simple game library featuring different games to play in Springboot Web.

Releases

Check out the latest releases at GitHub Releases.

Features

  • Play the classic game Hangman.
  • Play the classic game Simon.
  • Play the classic game Tic-Tac-Toe.
  • And more!

Built With

Languages

Frameworks, Libraries, and Tools

Frameworks

JavaScript-Libraries

Tools


Getting Started

Use as Docker Container

  1. (Optional) Pull the image: docker pull ghcr.io/joel-schaltenbrand/gamelibrary:latest
  2. Run the container: docker run -d -p 8080:8080 ghcr.io/joel-schaltenbrand/gamelibrary:latest (Or your custom port on the left)
  3. Open a web browser and go to http://localhost:8080 (Or your custom port) to access the Game Library.
  4. Select the game you want to play by clicking on its corresponding button.
  5. Stop the container: docker stop <container-id>
  6. Remove the container: docker rm <container-id>
  7. Remove the image: docker rmi ghcr.io/joel-schaltenbrand/gamelibrary:latest

Use as Maven Project

To run the application, you will need to have Java (20) and Maven installed on your machine.

  1. Clone or download the project files to your local machine.
  2. If needed, update the server.port property in the application.properties file to your desired port.
  3. Navigate to the project directory using a command prompt or terminal.
  4. Start a local web server by running the following command: mvn spring-boot:run
  5. Open a web browser and go to http://localhost:8080 (or your custom port) to access the Game Library.
  6. Select the game you want to play by clicking on its corresponding button.

Author


License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple game library featuring different games to play in Springboot. Currently with TicTacToe, Hangman and Simon,

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages