Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
venv
tictactoe
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ This contains a game called "Tic Tac Toe", also known as "Naughts and Crosses".

## Setup

(Instructions Here)
To run the game, first you need to create an environment.
- Download/clone the repo.
- In VS Code, go to the project folder.
- Then, create an environment using the environment.yaml file using this command: conda env create -f environment.yaml

## Running the App

Expand Down
22 changes: 22 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
channels:
- conda-forge
dependencies:
- bzip2=1.0.8=h99b78c6_7
- ca-certificates=2025.1.31=hf0a4a13_0
- libexpat=2.6.4=h286801f_0
- libffi=3.4.2=h3422bc3_5
- liblzma=5.6.4=h39f12f2_0
- libsqlite=3.49.1=h3f77e49_1
- libzlib=1.3.1=h8359307_2
- ncurses=6.5=h5e97a16_3
- openssl=3.4.1=h81ee809_0
- pip=25.0.1=pyh8b19718_0
- python=3.12.9=hc22306f_0_cpython
- readline=8.2=h1d1bf99_2
- setuptools=75.8.0=pyhff2d567_0
- tk=8.6.13=h5083fa2_1
- tzdata=2025a=h78e105d_0
- wheel=0.45.1=pyhd8ed1ab_1
- pip:
- numpy==2.2.3
- pyxel==2.3.6