Skip to content

A site for creating a dot line game when the user enters a picture and it creates a dot line game for him for coding hackathon.

Notifications You must be signed in to change notification settings

lironmiz/connect-the-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

66 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘พ connect-the-dots ๐Ÿ‘พ

image

A website for creating a dot line game when the user enters a picture and it creates a dot line game for him with cool features and image processing for coding hackathon ๐Ÿฅณ.

WhatsApp Image 2023-02-17 at 09 46 49

contributors last update forks stars open issues language count

Size top language

๐Ÿ“” Table of Contents

๐ŸŒŸ About the Project

This repository houses an stunning Responsive Website that make a connect the dot game from given image ๐Ÿคฏ.

Our mission is to bring you back to childhood!

for more information you can see the project documentation we did at the link below and also look at the project video!

โ€ผ๏ธ Folder Structure

Here is the folder structure of the website

connect-the-dots/
|- Front/
  |-- assets/
    |-- img/
      |-- about/
        |-- 1.jpg
        |-- 2.jpg
        |-- 3.jpg
        |-- 4.jpg
      |-- team/
        |-- alon.jpg
        |-- liron.jpg
      |-- close-icon.svg
      |-- convert-header-bg.jpg
      |-- gallery-bg.jpg
      |-- header-bg.jpg
    |-- favicon.ico
  |-- css/
    styles.css
  |-- js/
    |-- filters..js
    |-- gallery.js
    |-- imageProcessing.js
    |-- main.js
    |-- pathProcessing.js
    |-- scripts.js
  |-- convert.html
  |-- gallery.html
  |-- index.html
  |-- package-lock.json
|-- Server/
  |-- src/
    |-- DatabaseInterface.ts
    |-- Server.ts
|-- README.md
  |-- Package-lock.json
  |-- package.json
|-- gitignore  

(back to top)

๐Ÿค– Tech Stack

(back to top)

๐Ÿงฐ Getting Started

โš™๏ธ Installation

Step 1:

Download or clone this repo by using the link below:

 https://github.com/lironmiz/connect-the-dots.git

Step 2:

make sure that Node.js is installed by execute the following command in console:

  node -v

๐Ÿƒ Run Locally

Step 1:

Use npm install to download the required dependencies:

  npm install ...

Step 2:

At the main folder execute the following command in console to run the server:

  npx ts-node Server/src/server.ts

(back to top)

๐Ÿ’ช Features

  • Turning a picture into a dot line game
  • Option to print the image or download it
  • Manual background removal
  • Possibility to create the game as several objects in the picture
  • Gallery to display all games
  • Option to sort the games by category int the gallery
  • Support for all image file types
  • Option to uplode image from API that give you cute pictures of dogs!

(back to top)

๐Ÿ“น Video Of The Project

-.Made.with.Clipchamp.1.mp4

(back to top)

๐Ÿ–ผ๏ธ Screenshots

image

image

image

image

image

image

image

image

image

(back to top)

โ˜Ž๏ธ About the authors

  • Alon Regev - A soldier in a technological unit in the army

  • Liron Mizarhi - Navy soldier and programmer

(back to top)

:octocat: Project Status

Project is: Done!

(back to top)