This is a vehicle counter using Python with OpenCV and YOLOv8. It tracks individual vehicles and counts total vehicles that pass through a chosen area.
The Pomodoro technique is a method to boost productivity and get work done. This simple implementation uses Python's built-in curses library. Input your task, work duration and pause duration and you're good to go.
Pico-8 is a so-called fantasy console used for creating, sharing and playing 8-bit console-style games (more about Pico-8 here). It uses a customized LUA-syntax for the game code.
These projects were mostly created as personal coding exercises on my part.
Play the legendary Tetris! Supports single and two-player mode. Move with arrow-keys, rotate with 'Z' and 'X'.
Navigate a spaceship in zero-g and shoot spawning enemies.
Move with arrow keys, shoot weapon with 'Z', hold down 'X' followed by an arrow key to aim.
Had a go at making Minesweeper, too. Use 'Z' to clear and 'X' to flag.
An implementation of Conway's Game of Life. Press 'Z' to observe a cellular simulation based on a set of rules.