Skip to content

REAPERali00/Number_Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Num Puz Game

A fun puzzle game built with JavaFX and powered by a Node.js server with MongoDB, hosted on Vercel.

View Demo (In progress) · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Demonstration
  3. Getting Started
  4. Prerequisites
  5. Installation
  6. Usage
  7. License

About The Project

Num Puz is a desktop puzzle game developed with JavaFX. It interacts with a Node.js server and MongoDB database for real-time rankings, hosted on Vercel.

Demo

NumPuz.webm

Built With

  • JavaFX for the desktop application
  • Node.js for the backend server
  • MongoDB for the database
  • Hosted on Vercel

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Java installed for the game
  • Node.js installed for server setup
  • Java FX SDK is installed

Installation

  1. Fork and clone the repo

    git clone https://github.com/REAPERali00/Number_Puzzle.git
    
  2. if you wish to set up the server, navigate to the server folder, and run the following:

    npm install
    npm run dev //to run the server
    

Usage

  • Launch the application, enter your username, and start solving puzzles!
  • Check the rankings page to see your time compared to other players.

License

Distributed under the MIT License. See LICENSE for more information.