Ideas for a 1 month game development project? - Page 2

Ideas for a 1 month game development project?

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

User avatar
KaiserJ
Community Representative
Posts: 3113
Joined: 08 Sep 2008, 22:59

Re: Ideas for a 1 month game development project?

Post by KaiserJ »

unity's a nice friendly place... i did a few tutorials and realized... all unity development really is is putting unity functions into loops and if statements;

3d is a somewhat daunting prospect, i agree, but at the same time, the WYSIWYG approach of unity allows me to proceed quickly via trial and error and checking my mistakes. the tutorials from the site (specifically "lerpz") can be worked through in a few hours and you come away with a ton of understanding (not to mention free-to-use code examples)

bruce i figure if i make a procedurally generated game with increasing difficulty as i progress, i might actually enjoy playing my own game, and would find it challenging. i blame basic for showing us spelunky.

anyways swift, mull it over... because i am certainly shopping around for a coder to ease the burden so i can concentrate on making cool graphics ;) realistically, it could be done within a month, although i hadn't put any time constraints on myself... started it as a training project so i would feel more comfortable working on my much-more-complicated magnum opus (haha i can feel the pretentiousness oozing out of my pores after using that term)
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

I don't mind coming on board, I think I can handle procedural track generation at some level with the AI training I have. Like I say, I'd like to have it shippable by mid summer (assuming I'm not employed full time already by then, if that's the case then I'll have less time to work on it, so progress would be slower)

I think a simple racing game should be doable. It will be far from Fortza though, keep that in mind.
Senna
Posts: 315
Joined: 17 Mar 2009, 00:20

Re: Ideas for a 1 month game development project?

Post by Senna »

I have the idea to make a mod gameplay like earth2150, but need a gadget help, research center and some more features, but with that gadget res center it is still enought
Senna
Posts: 315
Joined: 17 Mar 2009, 00:20

Re: Ideas for a 1 month game development project?

Post by Senna »

SwiftSpear wrote:I don't mind coming on board, I think I can handle procedural track generation at some level with the AI training I have. Like I say, I'd like to have it shippable by mid summer (assuming I'm not employed full time already by then, if that's the case then I'll have less time to work on it, so progress would be slower)

I think a simple racing game should be doable. It will be far from Fortza though, keep that in mind.
U are a racing gamer? XD ISI have the best sim racing bases for me,
but Assetto corsa i coming good, iracing is very good also rfactor1 is and all old f1 like challenge etc.

If u know nascar racing 2003 it has 1 feature that all other racing games doesnt have, Blowover effect:) wich is nicelly, f1 challenge has the best AI and rfactor is very modeable, so assetto corsa will be same as rfactor+ ai of f1 challenge + blowover from papyrus.

U talk about Forza... sorry but forza like gt5 is only gfx, like f1 2011 codemasters, they all take care about gfx but not good FBB feeling
Senna
Posts: 315
Joined: 17 Mar 2009, 00:20

Re: Ideas for a 1 month game development project?

Post by Senna »

Spring no need racing games thought. but something like this
http://www.youtube.com/watch?v=lzMWbONk4Go
would be great, no need more sides just 1, and the units isnt a problem, its 1 month game develop or even less
User avatar
KaiserJ
Community Representative
Posts: 3113
Joined: 08 Sep 2008, 22:59

Re: Ideas for a 1 month game development project?

Post by KaiserJ »

Image

i picture it more like this
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

Senna wrote:
SwiftSpear wrote:I don't mind coming on board, I think I can handle procedural track generation at some level with the AI training I have. Like I say, I'd like to have it shippable by mid summer (assuming I'm not employed full time already by then, if that's the case then I'll have less time to work on it, so progress would be slower)

I think a simple racing game should be doable. It will be far from Fortza though, keep that in mind.
U are a racing gamer? XD ISI have the best sim racing bases for me,
but Assetto corsa i coming good, iracing is very good also rfactor1 is and all old f1 like challenge etc.

If u know nascar racing 2003 it has 1 feature that all other racing games doesnt have, Blowover effect:) wich is nicelly, f1 challenge has the best AI and rfactor is very modeable, so assetto corsa will be same as rfactor+ ai of f1 challenge + blowover from papyrus.

U talk about Forza... sorry but forza like gt5 is only gfx, like f1 2011 codemasters, they all take care about gfx but not good FBB feeling
I'm a bigger Grand Tourismo fan personally, but Forza is probably more well known as the "sim to beat" right now. So I used that example.
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

KaiserJ wrote:Image

i picture it more like this
I think we could pull the camera behind the carts, however, procedurally generated maps are likely to look ugly as sin from a horizontal angle. Get me the code :-)
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Re: Ideas for a 1 month game development project?

Post by Das Bruce »

Have you considered prototyping your track code with something like trackmania? You might have to reverse engineer their track files but it's got a piece built track system.
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

Das Bruce wrote:Have you considered prototyping your track code with something like trackmania? You might have to reverse engineer their track files but it's got a piece built track system.
I actually think it would be easier for me at this point in time to build from scratch than to reverse engineer someone else's closed source content system.
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Re: Ideas for a 1 month game development project?

Post by Das Bruce »

Are the tracks going to be 2D or 3D?
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

So far we've discussed 2D tracks with 1 upper z layer. It could be expandable, but I doubt we'll support fully free 3D tracks.
User avatar
LulzTyphon
Posts: 24
Joined: 15 Mar 2012, 22:57

Re: Ideas for a 1 month game development project?

Post by LulzTyphon »

I think if you want to make it really popular you must roll with the current events, what ever is hot right now

As we all know there is a virus going around all the internet called Kony 2012 so I recommend making a game called 'Kony'

It could just be a simple 2d game like this:

Image
except the location would be Uganda and the player would be a black man named Kony

and the objective is to take your small gang of men around from village to village, take children and force them to kill their family

the overall goal being to become the most powerful man in Uganda by amassing a giant army of child soldiers and whatever else Kony does
User avatar
1v0ry_k1ng
Posts: 4656
Joined: 10 Mar 2006, 10:24

Re: Ideas for a 1 month game development project?

Post by 1v0ry_k1ng »

awesome! fill it with diabolo style bling too, like rolex watches, nike trainers and boomboxes
User avatar
CuteHamster
Posts: 1
Joined: 10 Mar 2012, 18:47

Re: Ideas for a 1 month game development project?

Post by CuteHamster »

A variety of weapons would be nice...AK-47, RPG, machete/lead pipe.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Ideas for a 1 month game development project?

Post by knorke »

please keep it clean wrt Kony posts
---
What might be superlol is a racing-puzzle-tycoon mix:
You get some track pieces like corners, straights, pit lane etc and put them together to form a racetrack.
Then AI controlled cars have races and depending on how awesome the racing is, it attracts spectators who earn you money. You would have to design the track in a way that the AI cars do not get stuck but also produce exciting racing. (more overtaking = more money)
One has to balance various things, if your track produces lots of accidents the spectators will love it but some race leagues will give you a low safety rating and not held any events. Some racing leagues might have requirements, eg Formula 1 might demand that cars are able to hit 300km/h so you would need long straights etc. Also you have to put up stands for the audience and all that.
Of course the tycoon stuff would just be an excuse to design the most dangerous tracks and have lots of little cars pile up in the first corner. \o/
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Ideas for a 1 month game development project?

Post by SwiftSpear »

knorke wrote:please keep it clean wrt Kony posts
---
What might be superlol is a racing-puzzle-tycoon mix:
You get some track pieces like corners, straights, pit lane etc and put them together to form a racetrack.
Then AI controlled cars have races and depending on how awesome the racing is, it attracts spectators who earn you money. You would have to design the track in a way that the AI cars do not get stuck but also produce exciting racing. (more overtaking = more money)
One has to balance various things, if your track produces lots of accidents the spectators will love it but some race leagues will give you a low safety rating and not held any events. Some racing leagues might have requirements, eg Formula 1 might demand that cars are able to hit 300km/h so you would need long straights etc. Also you have to put up stands for the audience and all that.
Of course the tycoon stuff would just be an excuse to design the most dangerous tracks and have lots of little cars pile up in the first corner. \o/
That's a neat idea, I think the procedural track system we're going to use is probably a bit like that idea, although, right now, I was basically intending to have an AI put the track together for you, and then assign it a difficulty based on things like the number of turns, or the ratio of turns to straights, and the number of more difficult pieces put into the track.
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Ideas for a 1 month game development project?

Post by Forboding Angel »

knorke wrote: Of course the tycoon stuff would just be an excuse to design the most dangerous tracks and have lots of little cars pile up in the first corner. \o/
Reminds me of playing GRID multiplayer, all the nubs overshoot the first turns and end up causing massive pileups lol
User avatar
1v0ry_k1ng
Posts: 4656
Joined: 10 Mar 2006, 10:24

Re: Ideas for a 1 month game development project?

Post by 1v0ry_k1ng »

knorke wrote: What might be superlol is a racing-puzzle-tycoon mix:
You get some track pieces like corners, straights, pit lane etc and put them together to form a racetrack.
Then AI controlled cars have races and depending on how awesome the racing is, it attracts spectators who earn you money. You would have to design the track in a way that the AI cars do not get stuck but also produce exciting racing. (more overtaking = more money)
One has to balance various things, if your track produces lots of accidents the spectators will love it but some race leagues will give you a low safety rating and not held any events. Some racing leagues might have requirements, eg Formula 1 might demand that cars are able to hit 300km/h so you would need long straights etc. Also you have to put up stands for the audience and all that.
Of course the tycoon stuff would just be an excuse to design the most dangerous tracks and have lots of little cars pile up in the first corner. \o/
the first time a tycoon has ever sounded appealing to me :o
User avatar
CarRepairer
Cursed Zero-K Developer
Posts: 3359
Joined: 07 Nov 2007, 21:48

Re: Ideas for a 1 month game development project?

Post by CarRepairer »

Nascar tycoon.
Post Reply

Return to “Off Topic Discussion”