Skip to content

xpakx/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

General info

A simple minesweeper game written in Java + Spring (backend) and Typescript + Angular (frontend).

gif

Table of contents

Technologies

Project is created with:

  • Java 11
  • Spring Boot
  • Typescript
  • Angular
  • PostgreSQL

Setup

In order to run project locally you need to clone this repository and build project with Docker Compose:

$ git clone https://github.com/xpakx/minesweeper.git
$ cd minesweeper
$ docker-compose up --build -d

To stop:

$ docker-compose stop

Features

  • Game logic
    • Generating board
    • Move logic
    • Flagging fields
  • Ranking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published