- Viewing Profile: Reputation: cardinal
Community Stats
- Group Members
- Active Posts 42
- Profile Views 697
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Contacts
cardinal hasn't added any contacts yet.
#5049074 Testing beta of Super Slime Soccer
Posted by cardinal
on 01 April 2013 - 10:08 PM
I also struggled to find how to start the game until I found out the space bar is the confirmation button (I highly recommend some sort of button callouts as I almost gave up much like jms bc did).
I played two games, the first as maniac slime, and the second as super slime (VS invisible slime). Playing against invisible slime was terrible. He just made me invisible for almost the entire match, so I was essentially guessing at what to do rather than using any sort of strategy. I highly recommend changing the invisible power to be quick bursts of invisibility that can be strategically launched rather than just letting the player be invisible for 90% of the match. Perhaps cutting out a bunch of the slimes would be beneficial to creating a fun experience, or maybe locking some slimes to be unlocked through playing the game (as it stands it's overwhelming seeing about 20+ slimes to choose from just jumping into the game).
Other than that the game was pretty cute. I liked the feel of hitting the ball and the ball hitting the post was satisfying.
#5043692 Access Violation on Pointer Delete
Posted by cardinal
on 16 March 2013 - 09:39 AM
In general you need to initialize all your variables (they aren't defaulted on their own in release mode), otherwise they can create hard to track down bugs (especially in networked games).
#5039369 PSP games in C++
Posted by cardinal
on 05 March 2013 - 12:08 AM
Is there a reason you really want to make games for closed platforms? Why not first focus on just making games (i.e. for PC) and then when you have a game (or more) finished you can worry about porting it to a console or portable device?
Porting from PC to PSP or vice versa mainly requires changing libraries you link to, which compilers to use, any OS specific calls, and maybe even platform specific rendering code, even endianness (depending on CPU architecture). That doesn't even account for menu issues (the PSP has different requirements than television based consoles or PC screens in terms of screen size and resolution), or optimizations (in terms of code AND assets).
#5038949 What experience do you have in terms of programming?
Posted by cardinal
on 04 March 2013 - 12:50 AM
You don't need to specialize. Being a really good generalist can be beneficial as well, it really comes down to what you want to do.
The real key, as ApochPiQ stated is to never stop learning. You don't need to be an expert when you start your career, but you need to have an ambition to work towards it. And once you are an expert, you need to work even harder to keep advancing the field.
I probably was roughly as knowledgeable as you when I got hired (although it's hard to make that statement based on only one post). There are lots of entry level positions that don't require years of experience.
#5037011 Late night coding
Posted by cardinal
on 26 February 2013 - 11:43 PM
While a bit unfair to poke fun at student code, it's always good to have a good laugh at yourself once in a while.
When I was a student I'd always have a bunch of "well it worked yesterday" moments due to late night coding gaffs.
#5036225 Not a gamedev, but could really use some feedback from gamedevs
Posted by cardinal
on 24 February 2013 - 07:23 PM
The reason I say this is that fans of a game are already going to the game's forums to make suggestions, complaints, and discuss your game. These fans ARE the community for the game, not some generic community that is interested in ranking game suggestions and may or not be interested (or have a vested interest) in actually improving the game in question.
Also, after working in the industry for a lot of years and experiencing tons of what I guess would be called focus tests (and surfing forums for years and years), in general the average gamers' ideas for improving games are 99% of the time absolute garbage. There are very few gamers out there who actually have good ideas that are well thought through and realistic.
With that said, smaller companies that can't afford to hire community managers or host their own sites might find the service useful. But if your site doesn't have a large number of gamers interested in their game, how useful is the service?
#5028412 How to avoid slow loading problem in games
Posted by cardinal
on 03 February 2013 - 01:30 PM
#5022787 University of Toronto
Posted by cardinal
on 18 January 2013 - 12:05 AM
#5006414 How do you check collision against 1000x1000 objects?
Posted by cardinal
on 02 December 2012 - 04:33 PM
It's a little more complicated that JUST dividing into regions (i.e. players on the boundaries of two different regions might be able to collide, or a bullet/player might cross from one region into another in one time-step). You'll need to handle these edge cases in addition to what ultramailman suggests.
Octrees/quadtrees are common ways to hierarchically subdivide your world although depending on your requirements you can optimize this in different ways.
#4982754 Creating an adventure game as a final project for college
Posted by cardinal
on 22 September 2012 - 04:48 PM
Most undergraduate projects require approval by a professor (I don't know what your school's rules are), each with their own idea of what is and isn't acceptible. You will likely need to present what you intend to build for your project in order to gain approval. Perhaps it would be best to run ideas by your favourite professors ahead of time. Some professors won't like game projects and some won't mind (they tend to steer students towards projects in their personal areas of interest).
The professor grading my project was reluctant to allow me to build a basic 3D modeling program, but he ended up liking the final product. Your professors might be able to suggest a reasonable scope to target for your project (although you coming up with a detailed schedule with some buffer room will help your do the same).
#4982751 How many projects do you need realistically so that you're starting to ge...
Posted by cardinal
on 22 September 2012 - 04:33 PM
No one is going to be impressed with your work if your work is not impressive, no matter how much work you do. It's better to focus on making each project as good as you can within reason, and make sure you finish your projects.
As for putting work experience and past projects on your resume, you should describe what role/position you held (if applicable), and a brief summary of what you worked on (or at least the most important items). Being concise is best. If you coded and built all the assets for a project, don't list each thing you worked on, simply mention that you were the only developer on the project.
- Home
- » Viewing Profile: Reputation: cardinal

Find content