nflsilva / PyPlayground

Quick implementations / projects of for my ideas and tests. For the lulz.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Playground

This repository is meant to store quick implementations / projects of for my ideas and tests. I did it for the lulz.

Here's a quick list of the projects:

  • Emulator - My first time trying to implement an actual CPU emulator. Still learning the dark magic and mind tricks.
  • NeuralNetwork - A very basic Neural Network. Uses forward and back propagation. The CNN operations are not finished.
  • Steganography - Steganography child's play. Will hide all sorts of stuff in other stuff.
  • StreamBot - A very simple bot for twitch.tv streams. This was the frist experiments on the the actual project at (https://github.com/joao-s/obs-vsh)
  • TextDuel - Experimenting with textbased games. The idea is to have a duel between two players. Each player uses different weapons to attack.

References


Emulator

About

Quick implementations / projects of for my ideas and tests. For the lulz.


Languages

Language:Python 100.0%