Pits of the Chaotic Arachnids (A Processing Game)
Pits of the Chaotic Arachnids (PCA) is a top down sandbox open world dungeon adventuring game. You can move through room in this dungeon, and new rooms will be generated as you try to go to them. The rooms are generated from a list of templates that you can edit.
Path Finding
This game utilizes the most recent technological advancement in the area of optimizing the route to a certain destination in realtime. Algorithms like this are created because people are lazy, they want to get to places in the shortest ways. An A* algorithm derivative was developed and implemented for this game alone. No where else has this unique implementation of this algorithm has been seen or even heard of. PCA1 provides an excellent one in a lifetime experience to feel and test the algorithm first hand. A line tracing the shortest path between the square in the second column second row to the player's current position. In fact, this algorithm is so extensive, it even simulates the average random faultiness of any living organism - once every while, the path will detour from the shortest path, possibly a sign of the algorithm coming to life, almost as if it is intrigued by something in the distance and wandered off from its original purpose. Truly a masterpiece indeed!Open World Exploration
This game features a endless open world. It promotes creativity by having open world exploration and custom in game world editing. The world can be as big as the player desire (if you have enough RAM of course).Controlls
- Left click/Right click to add or remove wall.
- W,A,S,D to move around.