First post on my plans - https://itch.io/blog/1525396/gamedevtv-game-jam-post-1
Since the post hasn't been approved yet, copied below :(
Been a couple of days since the GameDev.tv game jam started. Luckily the theme fits in with an idea I've had for a couple years - a puzzle game that involves building a path from a start location to a finish location by connecting bridges with <x> number of columns. The complexity of the levels can range from stupidly simple to incredibly complex, given that there are requirements on using all of the bridges provided and doing it as quickly as possible. To prevent cheating, the player will only get one shot at completing a level to have their time count and the timer runs constantly even if you pause the game. I have plans for post-jam to implement an editor to allow creation of custom levels to make the game infinitely (relatively speaking :D). Probably won't have time to implement that in the 10 days of the jam, considering it's already the 3rd day. We'll see how many levels I can throw together as well. Planning on 24 to ship with the game by jam end, along with a couple of tutorial levels. Need to at least get the tutorial levels and 1 or 2 real levels created. Progress so far:
- Main scenes created, most with just a Back button and no content
- Graphics assets added - just a handful of sprites needed.
- Level code classes created
- Level selection scene done, but code to load level from data not implemented since I don't have data yet.
Back to coding :)