Skip to content

Instantly share code, notes, and snippets.

View ErrorBot1122's full-sized avatar
🤖
Errrrrooooooooooo.......

Error ErrorBot1122

🤖
Errrrrooooooooooo.......
View GitHub Profile
@ErrorBot1122
ErrorBot1122 / README.md
Created March 5, 2024 21:49
Simple Python Tic-Tac-Toe Game

A Simple Python Tic-Tac-Toe Game

This is a simple Tic-Tac-Toe Game I made as a school assignment.

The programing took only 3 days (about 3 hours total) and I'm pretty proud about how readable it is!

The game includes all the criteria for a average Tic-Tac-Toe player, plus some overwrite pretection. (so players can't place a symbol on a tile with one already there)



@ErrorBot1122
ErrorBot1122 / README.md
Last active March 5, 2024 21:52
Simple Python Slots Animation

A Simple Python Slot Machine Animation

A simple Slot Machine animation I made during my free time at school!

I made this as a way for me to practice animating with PYTHON in the console, for a future project I have.

I may (probobly not) add BETTING functionality to this in the future... maybe...

@fonic
fonic / python_argparse_custom_help_usage.py
Last active April 10, 2024 17:14
Python module extending class 'argparse.ArgumentParser' to support custom help/usage output (incl. example/demo)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------
# -
# Python Module Argument Parser -
# -
# Created by Fonic <https://github.com/fonic> -
# Date: 06/20/19 - 04/03/24 -
# -