What projects are you currently working on?

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: What projects are you currently working on?

Post by Netwatcher »

Got a basic DirectX engine working. (only low-level technical stuff like audio, input and graphics are implemented)
Thinking of stuff I can make with it... :roll:

Edit:
Found something to do with it :D
Project
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
User avatar
Cole S.
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 59
Joined: Sat Dec 06, 2008 2:49 pm

Re: What projects are you currently working on?

Post by Cole S. »

Direct3D9/Direct3D11(when it is released) 3D game engine with programmable pipeline. I would post some pics but so far nothing is good enough for showing off(just some cubes and stuff with basic lighting). P.S. The guy who says he is going to take down the site with his "scripts" is a dumbass.
RandomDever
Chaos Rift Regular
Chaos Rift Regular
Posts: 198
Joined: Thu Mar 26, 2009 8:42 pm
Current Project: My Engine
Programming Language of Choice: C++

Re: What projects are you currently working on?

Post by RandomDever »

Tic Tac Toe wih SDL.
Nothing special just tic tac toe.
Almost done. :) :mrgreen:
RandomDever
Chaos Rift Regular
Chaos Rift Regular
Posts: 198
Joined: Thu Mar 26, 2009 8:42 pm
Current Project: My Engine
Programming Language of Choice: C++

Re: What projects are you currently working on?

Post by RandomDever »

Done! :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
My very first game is complete :shock:
O and BTW http://www.youtube.com/user/Randomdever
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: What projects are you currently working on?

Post by dandymcgee »

RandomDever wrote:Done! :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
My very first game is complete :shock:
O and BTW http://www.youtube.com/user/Randomdever
Sub'd to a fellow devver. 8-)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: What projects are you currently working on?

Post by davidthefat »

Something with opengl... Just something that works... so far I got the camera and a cube... WTF at least it moves... :mrgreen:
ArmisticeML
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Tue Aug 11, 2009 3:25 am
Current Project: Adroit Theorem

Re: What projects are you currently working on?

Post by ArmisticeML »

Hey guys first post, gotta start somewhere, right?

My name is Michael Lukiman, age14, and I'm making a basic 3D game with RPG elements and a time-travel centered storyline.
I'm currently mastering the 3D creations of things before the programming or scripting, and yeah.
See you 'round the forums.
:)
Many people know how to best survive life.
Few know how to best live it.
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: What projects are you currently working on?

Post by hurstshifter »

ArmisticeML wrote:Hey guys first post, gotta start somewhere, right?

My name is Michael Lukiman, age14, and I'm making a basic 3D game with RPG elements and a time-travel centered storyline.
I'm currently mastering the 3D creations of things before the programming or scripting, and yeah.
See you 'round the forums.
:)
What application(s) are you using for your 3d modeling? Have you created any 2d games in the past?
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
ArmisticeML
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Tue Aug 11, 2009 3:25 am
Current Project: Adroit Theorem

Re: What projects are you currently working on?

Post by ArmisticeML »

I'm learning with both Blender (like so many others) and trueSpace to get a feel of different apps; and yes, I've created 2D games in the past.
Not from raw C++ or C#, though, since at the time I wanted to learn how to make games, I was even younger and didn't even want to touch those.
I made the 2D games with DBPro, as it seemed fit.

Now, my project's "on hold" since I want to master my 3D creation sk ills before I jump into anything too quickly.
And I just like creating in 3D altogether. ;)
Many people know how to best survive life.
Few know how to best live it.
Sliver
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 8
Joined: Sat Jun 06, 2009 4:27 pm

Re: What projects are you currently working on?

Post by Sliver »

After trying out all the usual APIs and lbraries (SDL, Allegro, OpenGL) I've finally settled with Direct3D9. I bought a couple of books, and currently putting together a library of all the useful D3D functions I can find (and write myself ;)). I'm thinking about what game I will make to test the library - any ideas, anyone? :)
I've already managed to do the usual pong, tic tac toe etc - now I need to find some artists to start a more advanced project with.
All programmers are playwrights and all computers are lousy actors.
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: What projects are you currently working on?

Post by K-Bal »

Sliver wrote:After trying out all the usual APIs and lbraries (SDL, Allegro, OpenGL) I've finally settled with Direct3D9. I bought a couple of books, and currently putting together a library of all the useful D3D functions I can find (and write myself ;)). I'm thinking about what game I will make to test the library - any ideas, anyone? :)
I've already managed to do the usual pong, tic tac toe etc - now I need to find some artists to start a more advanced project with.

My usual comment: start out with a game and code the engine along. Writing an engine for the purpose of writing an engine is not a good idea.

Good luck ;)
User avatar
Big Grizzle
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 61
Joined: Wed Sep 02, 2009 1:07 pm
Current Project: 2d side scrolling shooter.
Favorite Gaming Platforms: The SNES rules all!!! Super Aleste baby!
Programming Language of Choice: Python
Location: London, UK
Contact:

Re: What projects are you currently working on?

Post by Big Grizzle »

I am working on the bestest ever version of pong!</sarcasm>

I'm using python and pygame. I'd share but the code is really fugly at the moment.

Having problems/fun (problems == fun) with collison detection, but at least the paddles move. :)

Gotta start somewhere!
"Simplicity is the ultimate sophistication." - Leonardo da Vinci
http://caveofgrizzle.blogspot.com/
qpHalcy0n
Respected Programmer
Respected Programmer
Posts: 387
Joined: Fri Dec 19, 2008 3:33 pm
Location: Dallas
Contact:

Re: What projects are you currently working on?

Post by qpHalcy0n »

While a few of my team members are on break, I am working on several proof of concept realtime graphics demonstrations using a minimal OpenGL framework. I'll also be releasing the source with them and probably doing some video commentary.
The first of which I've recently posted over at: http://elysianshadows.com/phpBB3/viewto ... art=999999
User avatar
Netwatcher
Chaos Rift Junior
Chaos Rift Junior
Posts: 378
Joined: Sun Jun 07, 2009 2:49 am
Current Project: The Awesome Game (Actual title)
Favorite Gaming Platforms: Cabbage, Ground beef
Programming Language of Choice: C++
Location: Rehovot, Israel

Re: What projects are you currently working on?

Post by Netwatcher »

I've taken as my first Java project to make Johnny Mast's pastebin 1.0(you may know him from IRC) in well... Java.
This is his app http://www.youtube.com/watch?v=hnN_IlkKFBQ , originally written in objective-C.

Things are coming along great so far.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655

blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
kadajett
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 66
Joined: Sun Apr 13, 2008 11:36 pm
Contact:

Re: What projects are you currently working on?

Post by kadajett »

I am working on a game called MarbleGarble. It is a matching game that has no real point to it honestly...
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Uro-LiePQEI&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Uro-LiePQEI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube] Check it out and tell me what I can do to make it better :)
Image
Post Reply