Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Last active October 11, 2022 12:48
Show Gist options
  • Save csharpforevermore/92484ed5707966c9044df1f4efa1d006 to your computer and use it in GitHub Desktop.
Save csharpforevermore/92484ed5707966c9044df1f4efa1d006 to your computer and use it in GitHub Desktop.
Programming Projects / Coding Golf
Sourced from
15 Programming Project Ideas - From Beginner to Advanced (https://www.youtube.com/watch?v=HvjYxuU6LHk)
* 2D games - Atari
*
Interesting projects
Pure CSS RPG (https://codepen.io/medrupaloscil/pen/arvzBG)

Beginner Projects

  • 1 Password Generator
  • 2 Tic-Tac-Toe
  • 3 Build a website w/flask
  • 4 Web Scraper w/beautiful soup w/selenium
  • 5 Choose your own Text Adventure Game

Intermediate Projects

  • 1 2D Games w/Python (Atari or similar games_
  • 2 Microcontroller App w/rasperry pie
  • 3 Soduku solver
  • 4 Algorithm Visualizer
  • 5 Project Scheduler

Advanced Projects

  • 1 Chess/Physics/Game Engine eg Golf game with physics
  • 2 Build an Interpreter
  • 3 Machine Learning or AI project
  • 4 Microcontroller project, eg security system
  • 5 Make your own API web project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment