Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixdes/hangmangame

Hangman game made with custom servlets(https://github.com/FelixDes/SimpleServletContainer)
https://github.com/felixdes/hangmangame

Last synced: 24 days ago
JSON representation

Hangman game made with custom servlets(https://github.com/FelixDes/SimpleServletContainer)

Awesome Lists containing this project

README

        

# HangManGame

Hangman game made with servlets

Frontend: Vue 3 + canvas

Backend: custom servlets https://github.com/FelixDes/SimpleServletContainer

For running:

1. Change path in run.sh
2. Change path in src/main/java/HangMan/model/GameProcessor.java
3. Run frontend application with
```
npm install
npm run serve
```
4. Run backend with run.sh