Skip to content

shirnschall/Coding-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding-Challenge

Weekly coding challenges!

Concept:

Every week I pick a new interesting topic and try to code a useful example as fast as possible!

Languages:

I tend to use JavaScript with the p5.js library (p5.js license) for visualization purposes and C/C++ if speed is a concern!

More information:

You can find a full list of all challenges and a detaild explanation on my Blog at blog.hirnschall.net

Blog articles

#1 Maze generation
#2 Minesweeper
#3 Flowfield simulation
#4 C++ Calculator
#5 Random Walker