Applet loads forever.
I'm hoping that's just because the applet cached itself and you're still using the old version... You can clear the cache in the java console (delete files) by opening up the java menu in the control panel.
The Webstart version works for me though.
(Ubuntu with Sun-6-JRE)
If I have an "Eagle" on my tails, is there a way to outrun it?
You can't out run it but if you duck under a 'tree' (the big green polygon) then the eagle can't see you or cross the tree.
It's a pretty bad game. But thanks for trying it guys.
We were a 2-person team, both programmers. We were supposed to use the 2D vector drawing program 'inkscape' to draw polygons over nice image backgrounds. The image back ground would be shown in the game, and the polygons would be used for path-finding and hit-testing etc but would not be displayed...
But it turned out that getting the polygon data out of the inkscape SVG file was more difficult than expected since the polygons had transformations applied, and the transformations were complex too since they cascade in the xml file, so the polygon (or path) could have a translation matrix applied, and so could its parent group, etc. I couldn't work it out within the time limit. This meant that our grpahics ended up being polygons with no nice back ground images.
Our animal graphics were pretty bad to, they were literally photos of hand-drawn art, haha. But i thought that was funny.
The next time i do a game jam where there's limited time, i'm going to get a prototype out ASAP know my tools better, and not rely on anything I've never tried before, like inkscape and SVG files.
But it was a fun weekend. I met some cool people, including the guy who made fruit ninja (
http://www.halfbrick.com/our-games/) who was one of the judges, two devs from google who worked on chrome browser and did a cool html5 game, and lots of other really interesting guys who were really into games programming.
One funny thing was that there was the 'Sydney Gamers League' going on in the hall next door and they were really loud. Playing games like League of Legends and shoot em ups. Whenever the gamers would howl or curse loudly the game jammers/programmers would parody them by yelling out something dumb. It was funny since they're the end-user, the audience, but the programmers looked down on them.
In terms of tech, most devs were using unity. At least half of the 30 devs were using it. I was really surprised. I talked to them about it and watched them use it and saw that it was really a graphical programming platform with lots of menus and stuff. No code. I asked them if it was frustrating that they couldn't see the code behind it and get down to business but many said that they loved the fact that they didn't have to see any code. I guess they must be designers more than programmers. There were a one or two teams who used C++, one or two using C#, about 5 teams using adobe flash/flex/air (not sure which). Our team were the only java guys. It was actually impressive what the unity teams were able to come up with. 3D and 2D games can be churned out quite quickly with their platform.
Interestingly, when it came time to demo their games it was only the flash guys who could just jump on the computer on the stage and play their game. Everyone else (esp unity guys) had to bring their own laptop to the stage so deploying unity mustn't be easy.
Our game was obviously pretty bad so the judges didn't have much to say about it, but at least we finished which is more than some other teams managed. There was pone team of 8 C++ guys and I don't think they got anything to the demo stage. That would have been a nightmare to try and organise a team that big. There were about 6 or 7 one-man teams too.