Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey,

Sounds very cool, do you plan on making the game online or local co-op?
If you want to do some online co-op I could host a server for the month and write some net code for you.
I've been working a lot with LibGDX and have written some unfinished 3D engines using it.
I am very interested in working with you since its my first real game jam I'm joining.

I hope we can do some cool stuff together :)

I was thinking local player co-op - just for puzzle solving I think the type of game I was thinking that would make the most sense.

Core mechanic is one tall character, with higher jumps, and one shorter, with lower jumps character - both powered by a single, shared power 'unit' that you can pick up, throw, drop - so each character moves and then can throw the power unit to the other and trade off solving puzzles and escaping. So on the theme throwback you throw back the power supply to the other player. I was thinking in one player mode it worked much the same as two, except you can toggle between the character you control simply - maybe with a single button push. I have the basic tile map rendered and am just adding character movement now. It's programmer art for the moment- will be talking to the sound/art team this week.

Have you ever worked on 2d or platformers before? (or done any level design) - what I find with games like this is level design is usually where 60% to 70% of my time goes, 30% - 40% to actual programming, even more to level design if there are not to many enemy types or bosses. Bosses tend to take a lot more programming time to make them interesting. So help with both programming and level design would be great!

If you're interested why don't you grab Tiled and have a look - I'll get the code up before I goto sleep tonight on github and you can have a look and let me know what you think!


My time is somewhat limited, I have a large family and full time job (and then some) - so on these game jams I always have to thread the line between too ambitious.

You can see one game I did on itch.io for a libGDX game jam. 99 Clones - https://fivemedia.itch.io/99-clones - I'm going to steal a bit of code around the movement and collision detection from there! I did the art for that one, I hadn't met the artist yet.

- Grant

reminds me a little bit of thomas was alone just with the power unit added to it which could be a game changing aspect.
as of level design I think it could get pretty difficult to make working levels while keeping them individual and challenging but that would be something we could talk about together I guess.
Do you have some tilesheets or something to work with already? I have been using tiled a few times but never really  used it in a game. And my knowledge in platformer games is very limited to super mario etc :,D  
I've mainly worked on Top-Down, Isometric, 3rd Person(3D) and FPS(3D) games.