Chico vs. The Feline Army

Hello folks, this is my first post here as well as my first project.
Chico vs The Feline Army is a mildly simple game, but with an absurd story, characters and setting.
This is actually a collab between me and two friends, but I’m the one doing the programming.

It might seem a little unoriginal to state that it’s a medium-paced sidescrolling shooter inspired by the likes of Megaman…
…and maybe it’s even worse to say we’re trying for a slight retro feel.
It’s a fairly simple project that’s not very ambitious.

Download the latest test here: http://www.java-gaming.org/user-generated-content/members/241748/chico.jar

Title (in portuguese) :

https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/s720x720/546271_433281076707852_214751678_n.jpg

The story follows the quest of a penguin named Chico to end the tiranic world government of a cat. (I warned you, it’s absurd)

Screenshot of current progress:

Here’s the main theme: https://www.dropbox.com/s/3d33y0co3l3can5/Chico%20Theme.mp3 (composed and performed by me!)

Everything was done from scratch using only the Java API. (we’re focusing on producing sprites ATM). Here’s what I’ve accomplished so far:
-Simple grid-based solid tile placement
-Jumping and gravity
-Collisions with solid tiles
-Scrolling stage with adjustable level witdh
-Parallax Scrolling
Given the time, this could actually turn into something decent, but I hope it’s likeable for now.

Its looking good so far!
I love the background cityscape. Is that all preplaced or is it repeating or randomly generated?

Looking forward to a playable demo

For that image, it’s all preplaced, but with scrolling (and parallax) it’s going to be repeated. That background actually took some time to get done…

great, is it brazilian or portuguese?

for the humor it seems brazilian, hahaha (Careca is a nickname, right xD?)

I’m brazilian by the way, 'cause that I’m asking (just talking in english because I don’t want this to be a particular chat ;]), and I gonna for sure test your game ^^

keep working, I’m looking forward for a video at least^^

see ya

The banner is temporary, it’s just there for a joke. But yea, it’s brazillian. (just a note: obviously it will also be in English)
Careca is in its literal meaning, though.
I think I don’t have enough to post a video right now, but I’m planning to post the main theme soon.

Nice ;D ! I really like the title screen, nice art. By the looks of it, i think this will be a fun game, hope you release a demo soon :stuck_out_tongue_winking_eye:

I’m looking eagerly to test it. Maybe a beta version???

Now, everyone’s been asking for a test, here’s my progress so far:
http://www.java-gaming.org/user-generated-content/members/241748/chico.jar
For some reason, the first time you open it the game freezes. I’m trying to fix that. Just reopen it and you should play it fine.
Still lacks tile and parallax.

I get some white lines between the floor objects. They are more when running but less at starting and stopped motion.

Well, you can add some goals to make it interesting.

I cannot tell you anything about the game cause it’s in an early stage, but the music is cool :smiley: There’re some parts that need to be polished, but I like the idea.

I second the white lines. also if there is something solid at the left of you, and you press left and right at the same time, you will dance.

The white lines are temporary until we actually add tile sprites (the blocks are actually drawn using fillRect() right now). Next planned are the block tiles and parallax.
Also working on the input optimization (“dancing”) and it shouldn’t be too hard.
I need to re-record the music because I went completely off-tempo (as it is kind of clunky).