Skip to content

Commit

Permalink
Added Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aahan0511 committed Jan 20, 2025
1 parent a90771b commit db8377e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Data Safety
There is no data used/processed except for your score, time and block, which is also stored locally.

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| v1.0.0 ||

## Reporting a Vulnerability
Make a new issue for reporting a vulnerability, or make a pull request if you manage to fix it.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

* [**`How To Play`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#how-to-play)
* [**`Status`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#status)
* [**`Installation`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#installation)
* [**`License`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#license)
* [**`Credit`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#credit)
* [**`Contributing`**](https://github.com/aahan0511/the2048game?tab=readme-ov-file#contributing)
Expand Down Expand Up @@ -45,6 +46,24 @@
<br><br>
<div align="center">

# **`Installation`**

</div>

1. Open the [**latest release**](https://github.com/aahan0511/the2048game/releases/tag/v1.0.0 "v1.0.0").

2. Install the [`Source code`](https://github.com/aahan0511/the2048game/archive/refs/tags/v1.0.0.zip "Source Code installation").

3. Move the [**assets/**](https://github.com/aahan0511/the2048game/tree/v1.0.0/assets) to the following folder:
`C:\Users\YOUR_USERNAME\AppData\Local\the2048game`.

4. Install the needed [*requirements*](https://github.com/aahan0511/the2048game/blob/v1.0.0/requirements.txt "requirements.txt"), with: `pip install -r requirements.txt`.

5. Run the [`__main__.py`](https://github.com/aahan0511/the2048game/blob/v1.0.0/__main__.py "__main__.py"), which starts the game.

<br><br>
<div align="center">

# [**`License`**](https://opensource.org/license/mit "OpenSource.org Website")

</div>
Expand Down

0 comments on commit db8377e

Please sign in to comment.