Show HN: PCI-e device which plays Imperial March on POSTgithub.com9 points·by TheMozg·8 anni fa·0 comments
Show HN: 3D shooter in your terminal using raycasting in Awkgithub.com350 points·by TheMozg·11 anni fa·55 comments
TheMozg·11 anni fa·discussThanks to you and everyone for contribution. Seeing people care about this little project reminds me why I decided to do programming for a living.As for the PRs, apparently I've slept through all the action =) I'll get back to them as soon as I can.
TheMozg·11 anni fa·discussActually I tried to do without true multidimensional arrays, but deleting and sorting elements would be a pain.
TheMozg·11 anni fa·discussThere is a great tutorial (it's actually a series of them) which I used: http://lodev.org/cgtutor/raycasting.htmlIt's old and C++ but explains raycasting very well.And there is also a similar project in just 265 JS lines: http://www.playfuljs.com/a-first-person-engine-in-265-lines/
TheMozg·11 anni fa·discussI guess 20 years ago CS students weren't told to "write a Doom-like game" as an awk homework =)