Skip to content

sergoncano/clickerServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for a browser clicker game

This would work as a template for any web game that barely requires anything besides simple server requests. However, it should be used for personal testing and not for a professional project, since the login system is not secure at all, the limit for a user's score is a 32 bit integer's limit and due to other issues. The purpose is to illustrate how a clicker game might work in a very simple way and maybe power a small game to play with your friends.

Usage

Clone the repository, set up a database using the sql file in it and change the configuration in src/main/resources/application.properties, start the database service and run:

mvn spring-boot:run

This will start the server, then you can enter https://localhost:8080/ in a browser to interact with it.

Tools/languages used

Backend

  • Java
  • Spring-boot
  • Maven
  • Lombok
  • MapStruct
  • Hibernate

Frontend

  • HTML
  • JavaScript

Mariadb for the database, but since it's completely separated from the server you may use any.

About

A simple java server for a web clicker game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published