Flack Demo: Mac/Linux Version
Jul 29, 2012 Demo 0 commentsThis is the demo for Flack. It includes 2 levels from 2 chapters within the campaign along with the option to play randomly generated levels.
Conquer all evil that opposes the land of Rolotopia and defeat The Evil Hand that purges the place you once called home. If you have completed all the levels, try designing your very own campaign with the built-in level editor. Share your levels with your friends so that they too may bring piece to a fallen terrain. ZERO INSTALLATIONS REQUIRED. It's incredibly easy to play; even on the go, just have the latest version of Java updated on your system.
5 comments by doppler on Sep 4th, 2012
I'm not quite sure why it took me this long to create this option. People have been requesting it since I first started Flack. After many silly hours spent on creating and optimizing this feature, I present to you: Full Screen Mode.

This part of the article will deal a little more heavily with the programming aspect. If you're not familiar with programming or Java's libraries, this might be a rough read.
First of all, I would like to mention that Flack uses the JFrame windowed features which is not really designed to aid game developers. In fact, I don't know any professional programs that implement this simple frame system. I would have saved a great amount of time if it had a method that said something like: Frame.setFullScreen(true);
Yet that method exists nowhere. You guys are probably conjuring tons of ways in your head right now of ways you would make the game full screen right now, but if you've never actually tried it, you're in for a boat load of similar problems I had; problems such as performance, buffered images, and resolution.
It was 3 in the morning and I was just about to go to bed. I had random thoughts such as: What should I do tomorrow? Why is my room cold? Why am I still awake? Yet the most random thought came to mind - What's a good way to make Flack full screen compatible? It hit me like a brick, I needed to simply use a buffered image to achieve full screen! I then hopped out of bed and began tapping away at the code.
In shortened form, a buffered image takes a container of painted images or items and makes them into a usable image. By usable, I mean that you can literally do anything with this image such as stretch or shrink, which is exactly what I did with it.
After the buffered image has been made, it is then positioned according to the screen size. For example, if the screen is not stretched it will place the buffered image directly in the center. Otherwise, the image will be placed at exactly 0x and 0y.

Sounds easy! But what about if the game is windowed? How will that work out if 0x and 0y are different locations with the screen? There solution is similar yet needs just a bit more code to work fluently.

The neat thing about this current build is that it can also be shrunken down properly. If for some reason you want to play Flack in a place you're not suppose to *cough class* then you can make it the size of a post-it note and play it at the same ratio.

In conclusion, I would not recommend using JFrame for your games. If I had to be honest, I would have used the Java Slick library that is available out there. I say this because it uses the lwjgl and it's curved to aid developers with features like this. If I chose to use Slick from the start, I'm pretty sure this game would have been completed long ago. haha!
Flack v1.2.1 changelog:
Flack v1.3 changelog:
If this game could have one more feature, it would be Controller Compatibility. I think it would be pretty cool to play Flack with and Xbox360 controller. This also has been recommended by people on many occasion. Unfortunately, the number of players who would use this option are far less than you would expect. My only reason for not pursuing this feature now is work load vs. pay-off/time. After all, I am a full time student and that alone is time consuming
As always, thanks for reading and I hope you enjoy playing and listening about Flack!
This is the demo for Flack. It includes 2 levels from 2 chapters within the campaign along with the option to play randomly generated levels.
This is the demo for Flack. It includes 2 levels from 2 chapters within the campaign along with the option to play randomly generated levels.
No installation required. Just click play and try out the campaign (This is not going to be in the finished game, just a demo really)
No installation required. Just click play and try out the campaign (This is not going to be in the finished game, just a demo)
This is the 6th release of the game Flack. Major update: file saving/opening, enemy addition. To play: have java installed, and be sure to create a custom...
This is the 5th test release. It has bugs. I know what they are. I don't feel like fixing them at the moment. Have Java installed to play! O boy!
Highest Rated (2 agree) 8/10
A very interesting game that somewhat challenges the gamer. The only draw-back about this game is that the controls are just a bit iffy. Other than that this game is pretty good.
May 31 2012, 8:25pm by NinjaDstryR
Latest tweets from
It can take up to a few hours for tweets to begin appearing.
Is there a website where you can post your own campain? I would love if you told me it if there was. Btw I love the game.
The game was pretty good. I wasn't sure when I hit the end until I couldn't find a way off the small island with checkered titles as the border. Are you going to be making any changes or is it time to move on?
Everything you've played so far (from the campaign selection) will be completely different. I'm currently working on 4 different campaigns (about 6-10 levels each) and you can choose which ones you feel like playing. If you compare the FlackTest7 with the most recent version, it'll feel almost completely different with tons of more content (:
weird game. :P
Try out the test demos. It gets weirder...in a good way ಠ_ಠ
Looks really great :D
where can i downlaod the engine used to make th is game?
Unfortunately, this is a custom built engine that I'm currently still working on. When the game is finished, you'll be able to create your own set of levels or 'game' with the level maker. It'll be like creating your own mario-style game, but much easier.