Recent Activity
Samuel Lee
User for 4 months
Created Content
Recently Created Pages View All
Download PDFs here!
Pure 1.pdf Stat 1.pdf Mech 1.pdf
Version 2
Requires: pip install pygame brew install stockfish Code: """ Chess Game — Lichess-style UI ...
Version 1
Requires:- Pygame- Stockfish 18 Which can be downloaded by running: pip install pygame brew in...
Battle Sample
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> *{box-sizing:border-b...
[Python] Important Algorithms
Factorial function def factorial(n): #Task 1: Factorial function if n==0: #Case 1: 0!...