Skip to content

Instantly share code, notes, and snippets.

@math2001
Last active October 27, 2020 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save math2001/2822c6541d0f90cacb648f76503066ef to your computer and use it in GitHub Desktop.
Save math2001/2822c6541d0f90cacb648f76503066ef to your computer and use it in GitHub Desktop.
demos

I wanted to learn how to do isometric rendering:

isometry

And I wanted to learn about A* (how do you get out of a maze, quickly)

maze-iso

I wanted to learn how to make multiplayer games (running over TCP):

spaceships-multiplayer

(no linear interpolation in that next one):

proelium

Something I made when I was in year 9 I think. I stole the idea from the game a friend of mine had installed. Probs wrote it in English or something haha

spinner

I also wrote nlfb (horrible name) at the beginning: https://github.com/math2001/nlfb/

There's probably some more stuff I'm forgeting. Pretty much all of it is unfinished projects. 9 times out of 10, I just want to learn something, and once I've understood it, I just stop working on the thing. Like there's a project somewhere that was just an excuse to learn about cryptography, some stuff to learn how to evaluate mathematics expression/simplify and try to solve linear equations. I don't think I actually got it to the point where it could actually solve a linear equation tho...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment