├── LICENSE ├── README.md ├── ai.py ├── dataset_augmentation.py ├── game.py ├── image_check.py ├── image_sort.py └── images └── buttons ├── play_button.png ├── prize_button.png ├── save_me.png └── start_game.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/README.md -------------------------------------------------------------------------------- /ai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/ai.py -------------------------------------------------------------------------------- /dataset_augmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/dataset_augmentation.py -------------------------------------------------------------------------------- /game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/game.py -------------------------------------------------------------------------------- /image_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/image_check.py -------------------------------------------------------------------------------- /image_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/image_sort.py -------------------------------------------------------------------------------- /images/buttons/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/images/buttons/play_button.png -------------------------------------------------------------------------------- /images/buttons/prize_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/images/buttons/prize_button.png -------------------------------------------------------------------------------- /images/buttons/save_me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/images/buttons/save_me.png -------------------------------------------------------------------------------- /images/buttons/start_game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikp06/subwAI/HEAD/images/buttons/start_game.png --------------------------------------------------------------------------------