Coder Social home page Coder Social logo

qualisys-tictactoe's Introduction

๐ŸŽฎ Tic-Tac-Toe Electron App

Welcome to the coolest Tic-Tac-Toe game ever! This project combines the magic of Electron, React, and Express to deliver a sleek and modern version of the classic game we all know and love. Ready to dive in and have some fun?

๐ŸŒŸ Features

  • Gorgeous UI: Enjoy a beautifully designed interface with smooth animations and a dark green background reminiscent of a pool table.
  • Interactive Gameplay: Play against a friend with intuitive controls and visual feedback.
  • Score Tracking: Keep track of the wins for each player.
  • Responsive Design: The game looks great on any screen size.

๐Ÿš€ Getting Started

Follow these simple steps to get the game up and running on your local machine.

Prerequisites

Make sure you have Node.js and npm installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/dvlyon/qualisys-tictactoe.git
    cd qualisys-tictactoe
  2. Install dependencies for both the Electron app and the server:

    # In the root directory
    cd electron-app
    npm install
    
    cd ../server
    npm install

Running the App

  1. Start the Express server:

    cd server
    node index.js
  2. Start the Electron app:

    cd ../electron-app
    npm start
  3. Play the Game: The game window should pop up, and you're ready to start playing!

๐Ÿ“š How to Play

  • Player X and Player O take turns clicking on the grid to place their marks.
  • The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins.
  • The game will track wins for both players.
  • Click the "Reset Game" button to start a new round.
  • Click the "Reset Wins" button to reset the score and start fresh.

๐ŸŽ‰ Enjoy!

Feel free to fork this repo, play around with the code, and make it your own. Have fun!

If you encounter any issues or have suggestions, feel free to open an issue or submit a pull request.

Happy gaming! ๐ŸŽฎ

qualisys-tictactoe's People

Contributors

dvlyon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.