[phpBB Debug] PHP Warning: in file [ROOT]/ext/alfredoramos/seometadata/event/listener.php on line 126: Trying to access array offset on value of type null
IndieGameDev.net Forums • Thief Fighters
Page 1 of 2

Thief Fighters

Posted: Fri Apr 30, 2021 9:34 pm
by 100goats
I started a new game again. This time it is simple and it has a very good strong concept.

I was inspired by a scene from an Attack On Titan.

Spoiler.
fight in which many titans are fighting in teams with the
incentive for survival and stealing the opposing titan's special power.

End Spoiler

I thought this idea was similar to the Mega Man games and that it would make a great quick exciting multiplayer video game similar to Towerfall.

So far I only have regular attack and 2 player mode working. Game pads required.
https://github.com/adct-the-experimenter/Thief-Fighters

I have laid the foundation for special power and power steal mechanic, but they are not implemented yet.

Edit: Hiding spoiler

Edit 2:
github link
https://github.com/adct-the-experimenter/Thief-Fighters

Re: Thief Fighters

Posted: Sat May 01, 2021 7:33 am
by Deckhead
100goats wrote: Fri Apr 30, 2021 9:34 pm I was inspired by the scene from Attack On Titan fight in which many titans are fighting in teams with the
incentive for survival and stealing the opposing titan's special power.
Spoilers! Shit dude I haven't started the 4th season yet.

Re: Thief Fighters

Posted: Sat May 01, 2021 5:25 pm
by 100goats
Sorry! I thought it was vague enough when I posted it. I edited the post to hide the spoiler.

It is a great show! I binge watched it in a few weeks.

Re: Thief Fighters

Posted: Sun May 02, 2021 2:31 am
by Deckhead
Don't worry about it. It was obvious what was going to happen anyway.

Game idea looks neat to btw.

Re: Thief Fighters

Posted: Fri May 07, 2021 3:28 am
by 100goats
Thank you!

I released version 1.0 of the game. I would say it has the minimal game play established.

I am looking for feedback on the release.

The art is bad. I am working on it, I was focused on programming game mechanics first.
Sound effects need to be added.

Source code and windows 64-bit binary here.
I am working on an AppImage for linux release.

https://github.com/adct-the-experimente ... es/tag/1.0

Re: Thief Fighters

Posted: Sat May 08, 2021 2:58 am
by Deckhead
I gave the 1 player a go (only one controller). Controls are a bit wonky:
  • Moving to the left is sometimes no-responsive
  • Jump seems to require a few presses to get the guy to start jumping
But it otherwise runs without any issues.

Re: Thief Fighters

Posted: Sat May 08, 2021 7:39 pm
by 100goats
Thanks for the feedback!

I thought I had the multiple button presses to jump issue fixed in the version 1.0 release.

Unresponsive left is a new bug I haven't seen yet.

I will try adding AI opponents to 1 player mode some time to make it more than a practice mode.

Re: Thief Fighters

Posted: Sat May 15, 2021 9:09 pm
by 100goats
New release version of Thief Fighters. version 2.0

New characters were added. The art is improved. The animation was fixed.

Jump bug should be fixed.

I was not able to reproduce the unresponsive left.

https://github.com/adct-the-experimente ... es/tag/2.0

Re: Thief Fighters

Posted: Sat Jun 26, 2021 7:40 am
by 100goats
Released version 3.0 of the game.

https://goatrus.itch.io/thief-fighters

I have improved the physics system of the game.
No more bouncing off walls or clipping through walls.

Also players can now use a character profile wall to choose a character.

Still no sound yet. I have higher standards for the sound of the game than I do for the graphics.
I want it to be very well done.

I have big plans to add a metroidvania mode to the game.
It will include local multiplayer, 8 players, and a feature of multiple cameras to allow players to travel independently in different
parts of the game world.

Re: Thief Fighters

Posted: Sun Sep 05, 2021 8:47 pm
by 100goats
A lot of progress has been made since my last post.

I added hit sound effects to the game.

Also I managed to start a basic tile editor for making a platformer world and implemented 3 screen split-screen for 4+ players.
The cameras follow the first 3 players by default. I need to keep the other non-camera lead players in camera bounds of the camera.

I plan to improve the physics and design of the versus mode before a new release.