Skip to content

Commit

Permalink
README.txt [V2]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed Jul 28, 2023
1 parent c12d9b5 commit ed02412
Showing 1 changed file with 115 additions and 1 deletion.
116 changes: 115 additions & 1 deletion OldVersions/README/English/1/README.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@

***

<details open><summary><p><b>Click/tap here to expand/collapse the project logo section</b></p></summary>

<img src="/Twit-Tac-Toe_1024pxIcon_V1_HighCompression.png" alt="Twit-Tac-Toe logo failed to load" width="256" height="256">

</details>

# Twit-Tac-Toe

<details open><summary><p><b>Click/tap here to expand/collapse the title section</b></p></summary>

`🐦️🅾️❎️💾️ Twit-Tac-Toe is a basic game of Tic-Tac-Toe styled around the recent Twitter name change. It is a test of my GUI program writing skills in Python and other languages.`

A simple game of Tic-Tac-Toe, but whoever wins gets to win the decision if it is Twitter or X.

Make sure to spread the word of this program. If you use Twitter, use the hashtag #TwitTacToe or #Twit-Tac-Toe . If you use Mastodon or another similar site that supports hashtags/trends, you can use the same hashtags.

</details>

***

## Setup

<details open><summary><p><b>Click/tap here to expand/collapse the setup section</b></p></summary>

The project is currently not yet functional, but will be a programming exercise to test my skills of writing GUI programs in Python.

The program will use TKinter and Python 3.10. Any version of Python from 3.0 onward should work fine.
Expand All @@ -17,14 +33,28 @@ The program will first be tested on Ubuntu 22.04. Based on my past Python experi

### UNIX-like systems (Linux, MacOS)

<details open><summary><p><b>Click/tap here to expand/collapse the UNIX-Like systems (Linux, MacOS) setup section</b></p></summary>

Place the `/Twit-Tac-Toe/` directory in your home or user directory (or on any directory on your computer that you have access to, and feel comfortable with) and run TTT.py to play the game.

</details>

### Windows 10/Windows 11

<details open><summary><p><b>Click/tap here to expand/collapse the Wndows 10/Windows 11 setup section</b></p></summary>

Place the `/Twit-Tac-Toe/` directory in your `C://Users/Desktop/` (or on any directory on your computer that you have access to, and feel comfortable with) and run TTT.py to play the game.

</details>

</details>

***

## Assets

<details open><summary><p><b>Click/tap here to expand/collapse the Assets section</b></p></summary>

The game uses 3 primary assets:

- [`X_logo_2023.svg (The new logo of Twitter, player X)`](/Twit-Tac-Toe/Assets/X/X_logo_2023.svg)
Expand All @@ -33,18 +63,102 @@ The game uses 3 primary assets:

### Unused/extra assets

<details open><summary><p><b>Click/tap here to expand/collapse the unused/extra assets section</b></p></summary>

See the documentation repository for more information (link is in the section directly below this one)

</details>

</details>

***

## Additional documentation

<details open><summary><p><b>Click/tap here to expand/collapse the additional documentation section</b></p></summary>

Additional documentation is located [:octocat: `in a separate repository`](https://github.com/seanpm2001/Twit-Tac-Toe_Docs/)

</details>

***

# File info

**File version:** `1 (2023, Thursday, July 27th at 7:14 pm PST)` - This file was written the day before it was published.
<details open><summary><p><b>Click/tap here to expand/collapse the file info section</b></p></summary>

**File version:** `2 (2023, Friday, July 28th at 2:20 pm PST)`

**File type:** `Markdown (*.md *.mkd *.mdown *.markdown)`

**Line count (including blank lines and compiler line):** `165`

**Current article language:** `English (EN_USA)` / `Markdown (CommonMark)` / `HTML5 (HyperText Markup Language 5.3)`

**Encoding:** `UTF-8 (Emoji 12.0 or higher recommended)`

**All times are UTC-7 (PDT/Pacific Time)** `(Please also account for DST (Daylight Savings Time) for older/newer entries up until it is abolished/no longer followed)`

> **Note** _On 2022, Sunday, March 13th at 2:00 am PST, the time jumped ahead 1 hour to 3:00 am._

> **Note** **You may need special rendering support for the `<details>` HTML tag being used in this document**

</details>

***

# File history

<details><summary><p><b>Click/tap here to expand/collapse the file history section</b></p></summary>

<details><summary><p><b>Version 1 (2023, Thursday, July 27th at 7:14 pm PST</b></p></summary>

> **Note** _This file was written the day before it was published._

> Changes:

- [x] Started the file
- [x] Added the title section
- [x] Added the `Setup` section
- - [x] Added the `UNIX-like systems (Linux, MacOS)` subsection
- - [x] Added the `Windows 10/Windows 11` subsection
- [x] Added the `Assets` section
- - [x] Added the `Unused/extra assets` subsection
- [x] Added the `Additional documentation` section
- [x] Added the `File info` section
- [ ] No other changes in version 1

</details> <!-- V1 !-->

<details><summary><p><b>Version 2 (2023, Friday, July 28th at 2:20 pm PST</b></p></summary>

> Changes:

- [x] Converted all sections into dropdown sections
- [x] Updated the title section
- - [x] Referenced the new project logo
- - [x] Recommended the usage of hashtags
- [x] Updated the `File info` section
- [x] Added the `File history` section
- - [x] Added an entry for version 1
- - [x] Added an entry for version 2
- [x] Added the footer
- [ ] No other changes in version 2

</details> <!-- V2 !-->

</details>

***

# Footer

<details open><summary><p><b>Click/tap here to expand/collapse the footer section</b></p></summary>

You have reached the end of this page.

</details>

###### EOF

***

0 comments on commit ed02412

Please sign in to comment.