https://github.com/simbleau/robotgame
An AI robot for the robotgame project, which beats every bot seen in faster runtime by introducing multiple personalities from Sfpar, BetterThanTheRest, and Dullodob.
https://github.com/simbleau/robotgame
Last synced: about 1 year ago
JSON representation
An AI robot for the robotgame project, which beats every bot seen in faster runtime by introducing multiple personalities from Sfpar, BetterThanTheRest, and Dullodob.
- Host: GitHub
- URL: https://github.com/simbleau/robotgame
- Owner: simbleau
- Created: 2021-08-18T13:56:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T21:54:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T13:55:27.110Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robot Game
Robot Game Repo for CS 5440
# Meeting Room
Team meeting room is **202-C**.
# (Orange) Team Members
- Imbleau, Spencer
- Sterckx, Matt
- Issa, Abdel
- Villemagne, Jacob
- Patterson, Luke
- Pobrica, Andrew
# Tools, IDEs, Environments
- Python 3.7+
- Anaconda 3 - [Install](https://docs.anaconda.com/anaconda/install/)
- PyCharm Community Edition - [Install](https://www.jetbrains.com/pycharm/download/)
# Getting Started (Tips we've learned)
- Install Python 3.7+
- Install Anaconda 3
- Install Pycharm Community or Pro (Free for students)
- open pycharm and click git in the toolbar and select clone
- clone the repo https://github.com/simbleau/robotgame.git
- install the conda enviroment in the git repo
- in windows open conda prompt in linux any old terminal
- run `conda env create -f cs5440.yml` in git directory
- in pycharm click the gear in the upper right hand corner of the window
- click settings
- click the gear next to python interpreter and click add
- click existing enviorment and select the class one from the dropdown
- click ok
- in the terminal type exit and then reopen it
- run `python3 rgkit/run.py p01.py p01.py`
- Note for WebCAT, the submitted robot class must be called `p01.py` per Dr. Parry's test files.
# Submitting
Submit via WebCat at [https://asulearn.appstate.edu/mod/page/view.php?id=1858390](https://asulearn.appstate.edu/mod/page/view.php?id=1858390).
- You need only to submit the p01.py file.