sharpcoder

LD29

C# Neural Network Library

Hey Everyone!

I’m planning to join this Ludum Dare. The 28th is my Birthday, so I may or may not have a “Ludum Dare Birthday Party Weekend” (just like another poster I saw! great minds think alike, eh?) While I’m psyching myself up about it and thinking about all the wonderful possible baseline ideas, I would like to declare a personal library that I have posted to github (quite a while ago) which is a neural network library for C#. It’s a really basic setup and may or may not come in handy. The library itself is well documented (with comments) and was designed to be a simple introduction to Neural Networks. Although my game is going to be in HTML5/Javascript, I was hoping to port the library over during the compo.

https://github.com/SharpCoder/protonet

According to the rules and guidelines, I can use personal libraries as long as I share them. So hopefully someone else finds my code useful :) I don’t know if I’ll need neural networks for this compo, but I do love finding crazy uses for them – so hopefully I can finagle it somehow.

Good luck everyone!

Day 2 – Hexagonal Tessellation!

After many hours, I finally got my hexagon-canvas-mask + tessellation  all setup. The end result is a destructible planet. My game is coming along quite nicely. I’ve been maintaining a development blog over the past 48 hours, if you want to check it out. 
http://sharpcoderjam.wordpress.com/

Comments

27. Apr 2014 · 14:30 UTC
Definitely on my to-play list. Looking forward to seeing the finished product.

Ludum Dare 29 – Postmortem

This was my first Ludum Dare (my first competition ever, really) and I must say that I had more fun during those 48 hours than I have in a long time! I can’t wait for the next Ludum Dare. With that in mind, I’ve learned a lot of things in general about making a game during a time crunch…

Prioritize Prioritize Prioritize!
I am a ScrumMaster at work, so naturally I brought some of my training into the real world! During the competition I maintained a prioritized backlog of items (written on post-it-notes). This turned out to be an exceptional tool that allowed me to easily make big decisions during those precious last hours. Moving forward, I plan to start my backlog much earlier than I did during this “sprint”.

Prioritized Backlog

Polish is good!
I believe my entry turned out quite well, all things considered. But I realized that with every bit of polish I added, things became exponentially more entertaining. Knowing when to start working on polish versus functionality is a very tricky thing to master, but never underestimate its value. Of course my game would not even be playable without a framework, but dedicating those last few hours purely to polish was the best thing I could do.

For web-based games, test on slow connections.
During the upload period, I started allowing my friends to demo what I had made and offer last-minute bug reports. The result was terrifying. More than half of everyone who tried my game couldn’t even load it properly. I quickly realized that it was an image downloading problem due to the scripts “initializing” faster than the content was able to load. The result was a few tragic comments and a very poor initial reveal. Luckily, I was able to quickly fix the catastrophic bug that was causing all my heartache. My advice for fellow web developers – make sure to test your game on slower-than-instant connections! One trick is to pop open fiddler and set the simulation-mode to “dial-up”. Since fiddler automatically hijacks your network traffic, it does wonders for testing this sort of thing.

Testing in general.
I have since found that my entry doesn’t appear compatible with all versions of firefox. Oops! Make sure to test your stuff thoroughly, especially if you’re cooking with home-brew frameworks. I have no doubt my compatibility issues will affect my overall score. Live and learn, I suppose.

Keep a log of progress.
Unfortunately, I did not keep screenshots of my game during the earlier stages of development. I would very much like to see how it compares to even 12 hours prior to release. During the next Ludum Dare, I will definitely be keeping a larger collection of shots and animated gifs that represent my game during various stages of development… On the bright side, I did maintain a microblog of development decisions and random updates during crunch time which was a pretty neat experience. I think it’s good to be able to look back on all the decisions one made over the 48 hours of development.

In Conclusion:
I had a lot of fun during this event and learned a lot about the process. I’m not new to game development, however, working under a 2 day deadline was a whole other ball game. I am very glad that I participated in this Ludum Dare and look forward to many years of consecutive entries!

Ludum Dare 29
Moon Harvest – Embark on a journey to harvest celestial cores throughout the galaxy!
SharpCoder

LD30

Warp core reaching critical mass…

I am in! This will be my second Ludum Dare. I am confident that I will finish my game, however, I can’t decide on exactly what technologies I want to use:

Engine: HTML5 in the form of CoffeeScript OR Clojurescript for the language of choice (never used either extensively).
Music: I am rubbish at music, so hopefully I can find a generator.
Art: Pyxel for art.
Source Control: GIT
IDE: Sublime

This time (as is becoming customary), I will be writing my “game engine” from scratch in one of the aforementioned languages during the dare. I’m intending to livestream as well. It may not be quite that entertaining since I plan to use a language I’m not overly familiar with, but I am sure it will pan out.

Good luck everyone! Live long and prosper.

My turn! Space vikings in action!

I admit there doesn’t appear to be much, but soon my game will… well, realistically expectations will be lowered and features will be cut in order to make the deadline. But let’s not talk about that yet :)

Soon you will be able to upgrade your ship, manage resources, and conquer whole planets!

Space Vikings in Action!

Space Vikings – Post Mortem

Space Vikings

I completed my game Space Vikings. The journey was interesting and started off pretty terribly. This is my second Ludum Dare and I was pretty psyched for it initially, but when the theme was announced I had a stint of writers block… Which lasted 15 hours! That being said, I started with a viking and just ran with it.

What Went Right
This Ludum Dare turned out pretty great! I loved how everything came together in those last few hours. I wrote my framework from scratch (just like last time) but I made few modifications: specifically with event handling. That was a great design decision, having most everything be driven by events. In the end, my framework (JavaScript/HTML5) was just over 300 lines of code – which is pretty small, all things considered! By making everything in the game a “Drawable”, it was very extensible and easy to use. This contrasts with my last attempt where I had separate classes for the “Scene” and the “Sprite”.

I decided to have a bit of fun and add some music. It turned out to be way easier than I thought it would be. With the power of audacity, my terribly untrained vocals, and a shoddy job at playing the Ukulele, I was able to actually piece together a pretty full presentation auditorally speaking. The music and effects added a je ne se quois to my game and made it seem way more complete. This is something I will definitely be focusing on in future ludum dares.

What Went Wrong
Next time, I hope I can be in a more productive state of mind. My initial faltering led to a less polished game than I hoped for, but despite that I was pretty happy with how it turned out. In the future, even if I am struggling with a concept, I think it would be wise to at least use my time in a more productive manner. I wish I would have added some more features to my game engine or produced music during those first few hours.

Additionally, I realized all the sounds I added to my game were incredibly quiet. Maybe I just had my volume up really loud when testing it, but I think I stifled the presentation by programmatically lowering the volume of everything and just doing a generally sub-par job with recording.

Conclusion
I am happy with how this turned out and, although I actually considered quitting during the first half of the competition, once I had an idea everything seemed to fall into place.

If you’re interested, you can play my game here: Space Vikings

Tags: LD30, post-mortem, postmortem

LD31

Declaration of intent to participate!

I am planning on participating during the Jam this go-round. I will be teamed up with my friend, KevinEvans. We are both programmers, so that should be fun!

IDE: Atom
Frameworks: My Ludum Dare Frameowrk (Gamework)
Languages: JavaScript, NodeJS (maybe), Gulp/Uglify/Concat
Art: Paint.NET
Music: Audacity

The framework I am providing was created from scratch during the last Ludum Dare and it is very simple. I may add a readme before the compo in case anyone is interested in using it. I look forward to the event though, good luck everyone and happy holidays!

Comments

kevinevans
02. Dec 2014 · 18:08 UTC
Can’t wait! Wheeee.

Game Idea Decided!

My team has decided to go ahead with the snowman theme, but try and constrain our game within the confines of our interpretation of “Single Screen”. Here’s our progress so far!

Screenshot of our game

Comments

06. Dec 2014 · 02:10 UTC
PARTICLES <3

LD32

May the JavaScript gods guide me on this quest…

I’m in, naturally. This’ll be my fourth (1 year anniversary!) and also my birthday month. As a little preset to myself, I shall call upon the JavaScript gods to guide me on this quest. May they lend my fingers the strength to type faster as I utilize the tools of my trade.

Speaking of, I’ll be using the following stack:

  • NodeJS (To control things)
  • Browserify (Makes pretty JS libraries)
  • Gulp (Build tool)
  • HTML5 (Everything else)
  • Pyxel (Art)
  • Ukulele (Music)
  • Atom (Editor)

As always, I plan to write my framework during the Compo.
Here’s hoping to a good theme!
-SharpCoder

PUMP – UP THE JAM!

Obligatory setup picture. I have no idea what I’m making, but I’ll be ready for anything! Also, I know it’s a travesty that I only have one monitor, don’t remind me. BUT LETS DO THIS! GOOD LUCK EVERYONE!

2015-04-17

Not-so-subtle combat effects!

I’ll admit, my game is starting to LOOK pretty sweet. But with only 9 hours left I’m starting to get worried about small details… like gameplay and overarching plot! Oh well, COMBAT WITH BULLET TIME!

Combat with bullet time!

LD33

Lock n’ Load

I might do the Jam so I can have an extra day, since I’m going to a wedding on Sunday. Either way, I’m planning to participate as much as I can!

There are two primary goals this time. I think I’m going to try and use Dart instead of pure JavaScript. Because why not? Secondly, I am probably not going to make an actual canvas-based game. Perhaps something that is just HTML with a clever back-end. We’ll see. As long as I can learn some Dart, I’ll be happy!

Another minor goal is to write a complete song for the Ukulele and use that in my game.

Tentative Stack:
nodejs, Dart
Pyxel for art
Ukulele for music

Good luck everyone!

Comments

21. Aug 2015 · 15:19 UTC
Dart and Ukulele, excellent combination :) No jokes.

LD35

Resistance is futile

I haven’t had the pleasure of doing a full commitment in at least a year. Finally, the time has come. All the stars are aligned and I’m ready to “bust a move”. The gravity of this event is simply too much to resist for too long. I won’t have enough time to learn a new framework, so I’ll stick with what I know.

Development stack:
– Pyxel Edit (for sprites)
– Atom (for code)
– Building my own js framework (it’s time I rewrote that monolithic thing I usually use)
– ReactJS (if I have the occasion to)
– TypeScript (if I really want to branch out and try something new)
– Ukulele (for music)

I feel like I’m missing something. I’m sure I’ll figure it out :) everything will be from scratch this time! Maybe I’ll even do a bit of streaming.

Good luck! May the force be with us all.

Ludum Dare 37

Body is sick but spirits are high! Let the xmas jam begin!

I’m in!

I’ll be using HTML5 stuff. Probably will snag a game engine that I wrote on github for a previous LDJAM. Intended tools:

Looking forward to this one. I feel oddly inspired right now, so I hope the jam starts soon before I lose this random clarity haha.

Good luck everyone!

LD 38

Let the games begin!

I've already proposed intent on the old site, but I'l go ahead and do it here too! I'm getting married next week, but that won't stop me from participating this time around. I actually like all the potential final-round themes and I'm excited to see which one to draw inspiration from.

Here's hoping for unparalleled motivation and inspiration to all!

Just in time!

Despite my impending wedding (on Saturday, April 29th) and having other obligations this weekend, I was able to make something not too shabby. First Ludum Dare I've completed in years, so I'm quite happy!

Entry Url: https://ldjam.com/events/ludum-dare/38/$15560

1017.jpg

Find bigger and better planets as you journey across the stars. Hold mouse to power-up your engines, but be careful! You've only got one shot.

I think I'll actually add some more features to this game post-compo (for my own portfolio). It has some potential.