GPWiki Coding Contest:Competition 2

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

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

Coding Contest 2 Entry 1
Enlarge
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

Coding Contest 2 Entry 2
Enlarge
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

Coding Contest 2 Entry 3
Enlarge
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]