Jump to content

Gio

Members
  • Posts

    223
  • Joined

  • Last visited

  • Days Won

    5

Gio last won the day on June 6 2019

Gio had the most liked content!

1 Follower

Contact Methods

  • Website URL
    http://clockworkchilli.com

Profile Information

  • Gender
    Male
  • Location
    UK

Recent Profile Visitors

2,788 profile views

Gio's Achievements

  1. Thanks and yes, it just creates html and JavaScript files for you, but it can export to Android very easily via the editor (it sends the project files to our server that sends you back an APK). For iOS you'd have to do what you normally do with PhoneGap (or similar wrappers). I've now written another blog post, part 2: - What went right: AI design - What went wrong: Getting on Steam too late
  2. I have written a blog post with some details about the development process. You can read it here. The idea is that in each part I'll cover one thing that went right and one that went wrong. In the first part: - What went right: client-server architecture - What went wrong: building on top of prototype code I hope someone will find it useful Also, the game is now available on Steam!
  3. Hi everyone I've made a tactical strategy game (single and multipalyer) with the help of some very talented people, including some active users of this forum too. The game will be availble on Steam from June 5th for Windows, MacOs and Linux. Android and iOS versions will follow. Please check out the Steam page or the game's official site for more info. The game was made with our own game engine (WADE) which is free to use if you want to make your own games with it. I'll be writing some blog posts about the development of the game (what went right and what went wrong) as soon as I get a chance.
  4. Amazing stuff as usual Rezoner! Can you give us some technical details? What tech you used for front end and back end and all that?
  5. Disclaimer : I'm no expert, although I've managed to successfully raise some venture capital funding for my company so I have a bit of experience with it. Having said that... are you really, really sure that you really want to do this? It's important to know what you want to get out of it. Nobody is ever going to give you money for free. It's always a tradeoff. Firstly, it's going to take a lot of time and effort to get your first round of funding. When I first did it, I had a very strong background that helped me make a case that people wouldn't be wasting their money by giving some to me. Even then, it took several months to finalise our first VC deal. Think about it, several months. Do you want to spend several months trying to raise funding (which may or may not work out), or do you want to spend that time making a product that you can sell? It's really one or the other, you won't have time for both. Secondly, all the money that you may get for example from "EU funding for small business", as you say, comes with some strings attached. In most cases, the EU funding will be for creating new jobs in your area. This will be different on a case-by-case basis, but basically it boils down to something like "for every 10k euros that we give you, you have to hire a new employee". But you said that you don't particularly want to spend your time managing people, so consider that carefully: if you are successful, you'll spend much less time coding and much more time managing people (after spending time trying to hire the right people), writing monthly reports for your investors, etc. A lot of people that seek initial "seed" funding for their business, just do it to have some psychological reassurance, not because they really need the money. It's just to say "Hey look, someone has given me X amount of money to work on my idea, it means it's not such a crazy idea after all". It's just to validate your idea. Sometimes you want to prove this to yourself, sometimes you want to convince the people close to you. And it's great when it works out, but it does come at a (big) cost. You've spent time and energy to get a good deal, and that's most likely affected your original plans - maybe you didn't want to hire as many people as you had to. And once you hired them, maybe you can't work on your original idea anymore because you need some short-term money to pay for the salaries. To be honest, what was suggested above, i.e. find a part-time job to pay your bills and spend the rest of your time working on your projects until they're ready to ship and generate revenue, is not a bad idea in many cases - I wouldn't dismiss it so quickly. Good luck
  6. Just to expand on mattstyles's answer, while it's true that you can't lock orientation for a web page, it's fairly easy to force a particular orientation by applying a css transform when width < height (or the either way around). Some js frameworks come with this feature out of the box, with some others you have to do it yourself - but even then, it's usually pretty simple. Now whether you actually want to do that, is an entirely different matter. On a phone with a 2:1 aspect ratio, the address bar in landscape mode takes up a significant portion of the screen, so unless you go full-screen it can be pretty annoying. Much less so in portrait mode. In general though, I think it depends on the game. Some types of games work better in landscape (rpg, strategy, etc), some others work better in prortrait (space shooter, match-3, pinball, etc).
  7. I think in a nutsheel, what mattstyles was suggesting is that you need to re-draw all the players every time. There are better / more efficient alternatives but that is simple and would solve your problem.
  8. Sorry, my bad. It is called an "Interactive License" these days. Their website is very confusing, but I believe the Ineractive License is essentially what the Game Developer license used to be. Except that you need to purchase this per item rather than buying an expensive one that covers all your models. For example if you go to get Genesis 3, there's an additional box you can tick for the Interactive License (just below the add to cart button). But again, not very cheap.
  9. Daz3D's standard license doesn't allow you to do that, but you can buy a game developer license from their website precisely for that purpose, see here: http://docs.daz3d.com/doku.php/artzone/pub/gamedev/start Not very cheap though
  10. Gio

    Audio Debugging

    If you used a dynamics compressor node as opposed to a filter, you'd only reduce the amplitude of the loudest frequencies when necessary (as opposed to reducing the amplitude of a constant set of frequencies all the time) https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode
  11. Google analytics - it may not be the best but it's very convenient for me to have all analytics in the same centralized place. You can send custom events with ga('send', 'event', 'category', 'action', 'label', value);
  12. true; It also exceeds 80 characters (not a bad thing IMO, but jshint will complain about it)
  13. It's surprisingly good I've played lots of "one-touch control" platformers, and I must say I've had more fun with this than with some of the big-name ones like rayman. Well done!
  14. Sadly html5gameengine is terribly out of date. Tried to contact them several times to update our entry, but no luck - we're stuck with a description and links that were accurate 4 years ago. Quite frustrating given the amount of referrals that we still get from that site. Hopefully someone will make a more up-to-date list that becomes as popular as that one. Mattstyles has got some very good advice here. I'm not entirely sure about the first part, e.g. we don't commit new code every day, we just release new versions every 2-3 months. Another way to gauge activity is to look at forums / blogs and see if there's anything recent: if the last post is from several months / years ago, then it's probably an abandoned project. But other than that, pretty solid advice.
  15. From a visual standpoint, it looks like this will be a massive improvement over the first instalment. Will you keep the same gameplay as well? I followed the link to your website but there's no mention of it being a sequel (though it's implied by the name). Normally you'd stress that to encourage your existing player base to try out the new game. Does that mean that you're not satisfied with how things worked out for the original To The Capital and want this game to be its own separate thing?
×
×
  • Create New...