ModDB Wiki
Advertisement

Here are the entries for the August GPWiki Coding Contest:

The subject is Pathfinding

THE WINNER IS: Cottonvibes with his Map Editor!


Entry Screenshot Description
Outdoor Concert

by jpmartin

File:CodingContest2 pathfinding1.png

Coding Contest 2 Entry 1

You are in your room. You must absolutely find the shortest path

to the outdoor concert that's about to start.

[Download]

[Play it Online]

Hex Path Demo

by Codehead

File:CodingContest2 pathfinding2.png

Coding Contest 2 Entry 2

Hex Path Demo

A little demo of A* on a Hex based map.

Langauge: C++ Dependancies: GLFW (GPWiki OpenGL Framework used). Platform: Binaries for Win32 and Linux(386) included.

[Download]

Map Editor

by Cottonvibes

File:CodingContest2 pathfinding3.JPG

Coding Contest 2 Entry 3

Visual Basic 6.0 Runtime Files Needed

Description

With this program you can make and edit maps, then select which tiles are Walkable/Unwalkable and create a Start Point and End Point. It then generates the Shortest Path. (w/o Diagonal Crossing) After that it generates a short Animation of a Character walking the path just created.

Also contains some examples of already made maps.

[Download]

Advertisement