RetroBASIC

Retrogamecoding(.org) => Games => Topic started by: Cybermonkey on November 25, 2012, 11:24:46 AM

Title: Concept of strategy game
Post by: Cybermonkey on November 25, 2012, 11:24:46 AM
I started a concept for a strategy game. Nothing works for now. It will be a hex field game like the well known Slay. I don't know if this ever will become playable, though. (Never worked with hex tiles, so any hints are welcome.)
Title: Re: Concept of strategy game
Post by: Newbian on December 03, 2012, 05:24:06 AM
Here's one of the hexagon algorithm sites with some code that looked interesting.

http://www.codeproject.com/Articles/14948/Hexagonal-grid-for-games-and-other-projects-Part-1
Title: Re: Concept of strategy game
Post by: Mopz on December 08, 2012, 06:41:47 PM
Speaking of hexagons, if you like strategic puzzle games you should try:

http://www.gameonarcade.com/hexalot/index.html (http://www.gameonarcade.com/hexalot/index.html)

This game was made before I started at the company, but I think it's a real good one. Also, it's written in Visual Basic :)