• Stars
    star
    1
  • Language
    Python
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple text-based tictactoe with the option of a bot which prevents with if-queries the opponent from winning in one move, sets the winning move if possible, starts in the middle if possible, and elsewise does a random move

More Repositories

1

ML_Image_Complementer

ML Project from 2nd semester AI studies for predicting missing pixels in image files Contains a Convolutional Neural Network (CNN) that is trained to predict missing pixels from images. The missing pixels are stand-alone seperated by an x- and y-spacing which have for the training values between 2 and inlcuding 6 pixels. The missing pixels are starting at an x- and y-offset which have for training values between 0 and 8 pixels. The final accuracy measured as the root mean squared error of the predicted RGB values were around 18.42 pixels.
Python
2
star
2

Simple_TicTacToe

Text-based game with win function, all rules, error preventions and new game function
Python
1
star
3

Hangman

Text-based game with 5 letter-words
Python
1
star
4

The_Collatz_Sequence

The infinite calculation of every input number with a specific loop to 1
Python
1
star
5

Guess_the_number

Guess a random number between 1 and 20, with feedback and new game function
Python
1
star
6

SubredditWordCounter

SubredditWordCounter Enter a Website (eg. 'https://www.reddit.com/r/hyperloop/') Search for specific words (eg. fuck, love, hate, shit, think, ...) - not just the posts but also the comment sections! Count the words in every post extract them display them in a .txt file (- eg. https://www.reddit.com/r/hyperloop/': posts found: 812 'fuck' found: 42 'love' found: 83)
Python
1
star
7

Snake-game-with-Pygame

My fabulous snake game with score display (and walls kill you)
Python
1
star
8

OPF-Graph-Neural-Solver

Optimal Power Flow: Predicting v and theta at each bus of a MATPOWER power grid
Python
1
star