Browse
Browse through the articles available below!
Artificial Intelligence
Computer and programming based logic and behaviours, such as pathfinding, movement, and prioritization.
Game Development
Tutorials and Articles on the subject of game development in its many varied forms.
Random
Examples, information, and tutorials that don't really fit elsewhere.
Security
Software and hardware related articles, tutorials, and information.
SQL and Databases
SQL and assorted database engines tips, tricks, tutorials and articles.

Raytracing vision cones on a 2D tilemap
Intermediate 3 years ago (03:45:14pm Wed 1st Feb, 2017)Using raytracing to determine vision on a tile map.
Javascript GameDev Lighting Ray-Tracing TileMap Tutorial Vision
Raytracing on Tile maps, basic concepts
Intermediate 3 years ago (11:35:26am Tue 31st Jan, 2017)An introduction to raytracing on 2D tile maps and an example of a method that could be used for illumination.
Javascript GameDev Lighting Ray-Tracing TileMap Tutorial Vision
Points on Arc Circumference
Intermediate 3 years ago (04:30:08pm Mon 30th Jan, 2017)Find all the points that fall on the circumference of an arc, or specific section of a circle.
Javascript Function Geometry
Point given Angle and Distance
Intermediate 3 years ago (08:12:26am Sun 29th Jan, 2017)Method for plotting a point given a start point and an angle and distance.
Javascript Function Geometry
Angle between points
Intermediate 3 years ago (08:03:48am Sun 29th Jan, 2017)Method for easily finding the angle between 2 points in 2D space.
Javascript Function Geometry
No Backtracking
Intermediate 3 years ago (04:49:46pm Sat 28th Jan, 2017)Simple movement method that gives the appearance of limited intelligence and path-finding.
Javascript AI Canvas GameDev Path finding
Growing tree maze algorithm in Javascript
Intermediate 3 years ago (02:47:18pm Sat 28th Jan, 2017)A method for generating lovely mazes in Javascript using the growing tree algorithm.
Javascript Canvas Function GameDev Maps Maze
Recursive Backtracking mazes in Javascript
Intermediate 3 years ago (04:57:17pm Fri 27th Jan, 2017)A method for generating Recursive Backtracking mazes in Javascript.
Javascript Canvas Function GameDev Maps Maze
Binary Tree maze generation in Javascript
Intermediate 3 years ago (03:25:20pm Fri 27th Jan, 2017)A method for generating Binary Tree mazes in Javascript.
Javascript Canvas Function GameDev Maps Maze
Get Distance
Intermediate 3 years ago (02:10:45pm Wed 25th Jan, 2017)Find the distance between two points when given their coordinates.
Javascript Function Geometry