Showing posts with label indie game. Show all posts
Showing posts with label indie game. Show all posts

Monday, June 15, 2015

Toxic Sewer on GameDev Market

So I was surprised with some great news today. My tiles just got accepted on GameDev Market, please show your support and pick up a copy if you like them, or tell others about it if you don't need them.

In addition to that, Degica finally got back to me and told me that they have accepted the tiles as well, so they will soon be available on gamedevfort.com as soon as their art team puts together the promotional materials for the marketplace.

In other news, all my side-projects and smaller projects which have been in the works have just been shelved in order to free up time to focus strictly on a single project. The large RPG which we started four years ago is finally taking the front seat and will be the sole focus of Bang Bang Attack Studios from here on, until the release day.

Lots to do, and lots to learn to get this project rolling in the right direction. I will be posting more about the development soon.

Sunday, June 7, 2015

Redbubble

It's been quite some time now since I last posted anything. Mostly because I have been using a different computer and haven't had blogger open 24/7 like I had on my main computer.

Anyway, some updates are in order. For starters, I created an account on redbubble which you can check out here

You will find my digital art creations that I have selected for publishing on products. Theres some really neat shit there. If you have some spare cash and want to support my developments, please buy something!

In other news, I am working on a 2D top-down action RPG in Unity. No story in place at this time, but the game will heavily revolve around one of my favorite mechanics -- BLOWING SHIT UP! I love being able to destroy just about everything in a game, like in the Ratchet & Clank game series where you smash things to collect bolts. I want to also have non-perma-death for the things that get destroyed, so like you can walk into a town and burn everything in sight, leave, and when you return, it's back new to be burned again! >:D It's gonna be a hell of a lot of fun. I'm mostly in the early prototyping stages right now, with no final visuals and lots of ripped and shoddy art at the moment. Once I have something that isn't copyright infringing to work up some screenshots & gifs, I'll show off the project.


Saturday, May 2, 2015

On the Market

I woke up to a pleasant surprise this morning. CodeCanyon accepted my item with the new documentation. You can go grab a license by clicking here.

I am quite excited about this, and hoping that I see enough sales from this to give me a reason to continue to put up more items for sale. I have several more starter kits planned, and after a little while of watching this first one's sales, I will figure out if this is the way that I'm going to go with releasing the other kits.

If there is anything you would like to see me create a starter kit for, please let me know!

In other news, Zombies Til Dawn got accepted into the Game Shop on fgl, so I'm excited about that too. Hopefully I get some sales from that. And also, you should really give the game a play on Kongregate, as that will help support me and my developments!

Thursday, April 23, 2015

Zombies Til Dawn

Well it's been a little while since I posted anything. Even though I completely missed out on LD32, I finished my game anyway and today I am here to announce the fully-playable and mobile-ready (to the best of my knowledge) HTML5 game Zombies Til Dawn.

You can play the game by clicking here.

I opted to avoid the use of any third party libraries. The game is made with pure JS, and should run equally well on all platforms. I've tested with my desktop in 3 browsers, and my android phone and tablet. I'd love to hear if the game works or does not work on your iOS devices or your browser.

I kept a log of all the time that went into the game, and it totals at 13 hours, 13 minutes, and 13 seconds... yeah, lol it surprised me too.

The game has an adsense banner so I can try to make a few pennies off of it. If you really like the game, I'd be happy to sell you an ad-free license. Contact me.

So... I know you are wondering What IS Zombies Til Dawn?

Zombies Til Dawn is a turn-based strategy game where the goal is simple. You must survive until dawn. Your means of survival is in surrounding yourself with explosives and hoping that the zombies get blown up and don't get to you.

I hope that you enjoy my little game. Well, not little, but minimalist. It clocks in at 1965 lines of code! Please, try out Zombies Til Dawn and let me know what you thought about the game!

Tuesday, March 31, 2015

Patching Pitch

It's not so much fun to find that you overlooked things in the production build of a game. And that typically means you're left with no choice but to scramble to patch things up. I've issued 3 patches for Pitch so far. Hopefully I don't find any more things that need patched up. The whole process is pretty irritating, and repeating it is even worse.

In other news, I'm searching for a market for my HTML5 casual mobile game which is finally finished and through beta, and I have gone through and fixed up the reported bugs and balanced the gameplay to the point where I am calling the game done. I've contacted a couple places so far, but no responses just yet. If you have any great recommendations on how to profit from a mobile-ready HTML5 game, please do not hesitate to get in touch!

Monday, March 30, 2015

into the Pitch on Google play Store

For all you users with android devices that can access the Google play Store, you can download and install our latest release, into the Pitch right now.


Android AppStore users will need to wait a day until the game is available there. I will make another blog post once the game is available on the Amazon AppStore.

The Darkness Shall Take You

into the Pitch mobile marketplace graphic

It's done. Finally. I just finished the process of putting Pitch on the Google Play store and the Amazon App store. I will post links on this blog to the store URLs once the game has finished going through it's review/submission process.

Until then, you can simply enjoy the gameplay video I created using Open Broadcaster Software, PowerDirector, and Unity 5.


Sunday, March 29, 2015

Pitch is Done

Well, almost. The development of Pitch is done. Now comes the not-fun-at-all part of being an indie game developer... The preparation of play store marketing materials, uploading of the apk, and the actual marketing campaign itself.

But for now, I need a bit of a breather. Going to work on freelance stuff and my AxonoxA project probably until Monday; Then I will start the grueling process of distribution and marketing of Pitch.

Saturday, March 28, 2015

Pitch Update

I finished up the Game Over Scene for Pitch, a handful of Animations, a few UI components, and a single C# script to drive things, and I'm rather happy with how it turned out. This being screenshot Saturday, I tried to record a video of the scene to put up here, but apparently my recording software isn't up to the task.

Oh, here is an idea... I'll try using my android tablet to take a video of my monitor... won't be quality video, but it might work...


Hey, cool! That worked out better than I expected. Well, that is my progress for the day. Ignore the 0 meters of the Final Depth... that actually updates when this scene is reached from the main game. Since I was simply playing the scene in Unity, the depth counter was not updated.


Loading Ass

Such a stupidly funny name, Assimp or, the Open Asset Import Library is a fantastic little utility which I just successfully integrated into my AxonoxA project. Now I can load up any models I create without having to worry about the little details like tessellating faces before exporting, or exporting to an incorrect format. It works really quick (faster than my previous hand-rolled OBJ loader) and handles multiple meshes and mesh hierarchy (which AxonoxA does not at this time. All meshes are compiled into a single mesh in AxonoxA.)

With my goal reached for the day, it is now time shift gears back to my windows machine and Unity so I can work on Pitch some more!

Thursday, March 26, 2015

Recovery

Well that was not a fun time. We here at Bang Bang Attack Studios are finally back on our feet again, and I put in some work on Pitch last night, and worked on the main Play scene a bit, and got the majority of the mechanics implemented. During my recovery I also went through an Intro to Modern OpenGL tutorial series and learned some things that have been eluding me for years, so that's cool. Time to try to catch up with some of my freelance stuff that has fallen behind this past week.

Friday, March 20, 2015

Break

I took today off from working on things to celebrate my anniversary with my wife a day early, since we had to go out of town today anyway for some errands.
I also put filled out my profile on indigodirectory to try to win a Macbook Pro. Fingers crossed!

Yesterday I got some decent progress with Pitch done. I finished up the Title and Main Menu scenes, and started to work on the Play scene. Very pleased with this iteration. It's even better than the first. I plan to jump back in with Pitch development tomorrow, but for now, bed time.

Wednesday, March 18, 2015

Pitch Update

I've been working on Pitch off and on since I got up today, and  have been making decent progress. This post will be short compared to my last one, as I don't want to spend a lot of time writing it so I can get back to Pitch. :D

Splashing Around

In the final 2 hours last night before I headed to slumberland, I managed to rework all the assets for Pitch, and build the Splash Scene over from scratch, and I think that it turned out pretty well. I am going to give a quick rundown/tutorial on things here both to add more non-rant content to my blog, and to have it as a reference for myself for future projects. :D

First things first, I auto-cropped all of my texture pieces individually with GIMP, leaving me with a folder of images which I then tossed into CodeAndWeb's TexturePacker Pro (Which is worth every penny for the Pro license!) and exported a Unity - Texture2D sprite sheet and packed PNG texture file.

Then I grabbed the TexturePackerImporter C# script from the Unity Asset Store. It's available for Free, and simplifies the process of getting your sprites into Unity greatly. Once I had the TexturePackerImporter.cs file in my Unity Project under the Editor folder, I was then able to drag in my sprite sheet and packed texture files (textures.tpsheet and textures.png) right into my Assets and the TexturePackerImporter script went to work and sliced up the packed textures into nice little sprites for me to use in Unity. Excellent. HUGE time-saver.

The last iteration of this project I had sliced my textures manually, and it took me a couple hours to do. This iteration took me all of 3 minutes, and that time was mostly for my LAN folder browsing! Thank you to CodeAndWeb GmbH!

Now, with the sprites in my Unity project,  I now started with a fresh scene, and added a UI Image to my project which adds in the Canvas and EventSystem objects which are necessary to drive things with the new Unity UI.

Next, I dragged my splash sprite from my imported assets into the Image Component's Source Image field and clicked on the Set Native Size button to quickly set the Rect Transform's dimensions to my source image's dimensions.

Then I opened the Animation window with Ctrl+6 and clicked on Add Property button and added a key frame to the Image.Color property, and then tweened the Color.a property from 0.0 to 1.0 to fade in, then a few seconds later in the animation, a tween from 1.0 to 0.0 to create a fade out.

At this point, all I need to do (and have not done yet) is toss a new Script on my Main Camera and use a Coroutine to wait the duration of my animation and then call Application.LoadLevel to load in my next scene. And Boom, my Splash Scene is complete.

(The Splash Scene in Pitch is actually more complicated than this, but the same techniques shown here were used for all the elements. I'm just using several animations and Images in the Pitch Splash Scene)


Sunday, March 15, 2015

Programming takes time

Pitch progress went to the back burner again as I spent most of today working on some in-house tools to help make my freelance art jobs go a bit easier. I've got a lot of stuff that needs to be done, and I haven't had the right tools to get the job done without a lot of trouble, hence the need for specialized tools.

Lots of Ruby scripting has taken place today. Far more than I had planned, and time just flew by. I'm maybe 30% done with the first of a set of tools, so it looks like Pitch will have to wait a bit longer. I wish I could clone myself and work on multiple projects simultaneously without worrying about if it were done or not.

Friday, March 13, 2015

Friday the 13th

Well, the infamously superstitious day has struck me down. In the process of adding the settings menu screen to Pitch, somehow the planets aligned and virgins were sacrificed and the rest of the screens stopped functioning correctly! And to make matters worse, I've learned that I need to restructure things globally throughout the game to accommodate the needs of handling sound and music volumes separately. So, it's pretty much back to the drawing board for Pitch. The beta will have to wait a bit longer. Looks like I am back to a blank slate once again. I've got some kinda luck...

Thursday, March 12, 2015

Premature Pitch

Well, okay maybe I was a bit too hasty. I realized that I forgot an entire menu screen in the game, and so I've been working on fixing that today. I am considering giving TestFairy a try for my little beta test, which will begin as soon as I finish adding in the missing settings menu screen!

Pitch Beta

Well, today I got Pitch from alpha to beta. I've got everything in-place, now it's time for a tiny beta test. Nothing complex, just contact me if you want to test the game out, I will send you a build of the game, you install it, play it, and then just answer a couple questions, like did you like the game? Would you play the game? Would you tell others about the game? Simple.

Requirements are that you have an android device, and that you have the ability to install APK files to your device locally (so not from any app store)

Monday, March 9, 2015

Pitch, Pixels, and Music

I've composed two background music tracks for Pitch, and I have been working on these Chronos tiles. Might be silent here for a week, as I will mostly be working on a new larger commission of tiles for Chronos. Pitch is still in development, but is taking a bit of a back-burner status while I tackle some freelance jobs to get my bills paid. Anyone want to donate some funds towards the development of our projects, please feel free to get in touch.

Sunday, March 8, 2015

Pixel Pushing Power Perfection

Try saying that title line 10 times over, lol!

I've gotten to grips with PyxelEdit and have been using it for a new freelance commission for @PixelsoftGames upcoming project Chronos. The workflow is really nice and blows away my old process of working in 3 applications at once to get things done. I'll still need to do some copy/paste magic between PyxelEdit and GIMP for some things, but for the most part, this new tool really fills in gaps in my productivity for pixel based artwork.
A work in progress commission
The tools in PyxelEdit are really tailored to the needs of a pixel artist, and that lets you focus on the creation and not on getting the software to do what you want it to do. What would normally take me a few hours before, now only takes under an hour. Thank you, Daniel Kvarfordt for creating PyxelEdit!