diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a40b6ba --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: vangj +patreon: vangj +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: https://oneoffcoder.com/ diff --git a/.gitignore b/.gitignore index 860f418..96d1a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -.vscode/ \ No newline at end of file +.vscode/ +.ipynb_checkpoints/ \ No newline at end of file diff --git a/README.md b/README.md index 0cd2029..a80641e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ info@oneoffcoder.com. * [HTML, CSS, JavaScript](html): Games based on HTML, CSS and JavaScript * [Java, Greenfoot](java/greenfoot): Games based on Java and Greenfoot +* [Python, Pygame](python/pygame): Games based on Python and Pygame # Citation diff --git a/html/README.md b/html/README.md index 25c693a..2c7f949 100644 --- a/html/README.md +++ b/html/README.md @@ -1,7 +1,15 @@ + + # Project Description * [guessing-game](guessing-game): Have fun coding a game that asks users to guess which number the computer will generate. * [slot-machine-game](slot-machine-game): Learn about random number generators through coding a slot machine simulator. * [rps-game](rps-game): A challenging project to code the classic Rock, Paper, Scissor game. * [tic-tac-toe](tic-tack-toe): Classic tic tac toe. -* [checkers](checkers): Classic checkers. \ No newline at end of file +* [colors](colors): Colors! +* [checkers](checkers): Classic checkers. +* [solar-system](solar-system): A simulation of the planetary orbits in our solar system. +* [game-of-life](game-of-life): Conway's Game of Life. +* [morse-code](morse-code): Morse code. +* [sign-language](sign-language): Learn sign language alphabets. +* [rps++](rps++): Rock, Paper, Scissor re-invented with a double dose of artificial intelligence; hand pose recognition with deep learning and hand pose prediction with logistic regression. \ No newline at end of file diff --git a/html/checkers/index.html b/html/checkers/index.html index bc22a53..0a2262e 100644 --- a/html/checkers/index.html +++ b/html/checkers/index.html @@ -1,742 +1,764 @@ -
- -
- Red Score
- - 0 - |
-
-
- ![]() - Red's Turn - |
-
- Black Score
- - 0 - |
-