tictactoe-ai
Tic Tac Toe AIs developed for MAP4112 at UCF
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Tic Tac Toe AIs developed for MAP4112 at UCF
Basic Info
- Host: GitHub
- Owner: maxfer1221
- Language: Python
- Default Branch: main
- Size: 70.3 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
README.md
tictactoe-ai
Tic Tac Toe AIs developed for MAP4112 at UCF
How To
- Clone the repository
git clone https://github.com/maxfer1221/tictactoe-ai && cd tictactoe-ai - Install dependencies with
pip install -r requirements.txtorpython3 -m pip install -r requirements.txt - Test the sample runner with
python3 main.pyThe current runner uses agents that randomly select a spot on the board, and exits when one of the players attempts to make an illegal move.
Made by
Maximo Fernandez
Gabriel Roca
Darian Torres
Owner
- Name: Maximo
- Login: maxfer1221
- Kind: user
- Location: Orlando, FL
- Website: maxfer1221.github.io/self
- Repositories: 2
- Profile: https://github.com/maxfer1221
Hello!
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: TicTacToeAI
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Maximo
family-names: Fernandez
- given-names: Gabriel Roca
- given-names: Darian
family-names: Torres
repository-code: 'https://github.com/maxfer1221/tictactoe-ai'
GitHub Events
Total
Last Year
Dependencies
requirements.txt
pypi