Skip to content

Commit

Permalink
feat: the project has been rebranded to webpack.updated readme.md. (S…
Browse files Browse the repository at this point in the history
…at, Jul 27, 2024, 8:43:28 PM)
  • Loading branch information
W0x3R committed Jul 27, 2024
1 parent 9ea81c4 commit 287703b
Show file tree
Hide file tree
Showing 32 changed files with 12,780 additions and 670 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Naughts-and-crosses
# **Tic Tac Toe**

w0x3r.github.io/Naughts-and-crosses/
**Tic-tac-toe** is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players.

![readmePhoto](/assets/images/readme/readmePhoto.jpg)

💻 Deploy: [Link](https://w0x3r.github.io/Tic-Tac-Toe/)

## Technology stack

➖ HTML

➖ SCSS

➖ JavaScript (ES6)

➖ Webpack 5

## Lighthouse

**Desktop**

![lightHouse](/assets/images/readme/lightHouse.jpg)


## Run the project locally:
To start working on the project on your local machine, please, make sure that you install [Git](https://git-scm.com/downloads) and [Node.js LTS](https://nodejs.org/en/download).

### Steps to start:
- Clone [repository](https://github.com/W0x3R/Tic-Tac-Toe).
- Open the project locally.
- Switch to the dev-page branch.
- Run `npm install` or `npm i` - to install all packages needed.
- Run `npm run start` - to starts a local dev-server (The tab will open automatically in the browser).
- Run `npm run dev` - build the project for development.
- Run `npm run prod` - build the project for production.
Binary file added assets/fonts/d0fee7df95a7c6eb7215.woff2
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file added assets/images/readme/lightHouse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/readme/readmePhoto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/svg/6481e1add2182c170a11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/images/svg/69931f4c43fa6823c4f8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/svg/9ae4f1d3b5d710dd8812.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sounds/dc4dade8c9e44d3b5a6a.mp3
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion css/style.css

This file was deleted.

1 change: 1 addition & 0 deletions d73f98e3458e20082314.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dc4f2b690c9bc48528f6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed images/1.jpg
Binary file not shown.
Loading

0 comments on commit 287703b

Please sign in to comment.