You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A terminal-based slot machine game in Python. Practice loops, conditionals, functions, and randomization while betting on 1–3 lines, spinning a 3×3 grid, and tracking your balance. Great for Python beginners!
Implementation of a European roulette game and a custom Gymnasium environment trained with Soft Actor-Critic (SAC) using Stable-Baselines3. Includes PyGame visualization, training/evaluation scripts, and bankroll simulations to analyze RL performance in a negative-expectation casino game.
UpOrDown — a zero-latency, random trading game to test whether risk management alone can be profitable. Click Up or Down, results are random, the chart updates after each trade.
SpinSight is a realistic European Roulette simulator with physics-inspired ball and wheel dynamics. Test prediction strategies, explore wheel bias, and track outcomes for research or fun.