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
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: What projects are you currently working on?

Post by eatcomics »

avansc wrote:http://www.youtube.com/watch?v=heGRu4RKWkw
*vid*
Edit: I cant ever get that youtube embedded nonsense to work.
OOH. Austech better get in here see this and get excited for working on zombie outrage....
Image
User avatar
EdBoon
Chaos Rift Junior
Chaos Rift Junior
Posts: 258
Joined: Fri May 28, 2010 10:44 pm
Current Project: Top down multiplayer shooter using unity 3D
Favorite Gaming Platforms: 360, SNES, ps1
Programming Language of Choice: C++, C#
Location: Atlanta, GA
Contact:

Re: What projects are you currently working on?

Post by EdBoon »

eatcomics wrote:
avansc wrote:http://www.youtube.com/watch?v=heGRu4RKWkw
*vid*
Edit: I cant ever get that youtube embedded nonsense to work.
OOH. Austech better get in here see this and get excited for working on zombie outrage....
hah the same thing came to my mind about ZO

@acansc awesome work, looks great

the flicker is cool too
Undead Empire -> http://bit.ly/dYdu3z
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
User avatar
superLED
Chaos Rift Junior
Chaos Rift Junior
Posts: 303
Joined: Sun Nov 21, 2010 10:56 am
Current Project: Engine
Favorite Gaming Platforms: N64
Programming Language of Choice: C++, PHP
Location: Norway

Re: What projects are you currently working on?

Post by superLED »

This was actually a pain to code:

Image
(^ me troubleshooting with the console)

I am working on a small game (C++ and SDL), and needed an "Adventure Log". And this is my solution on how to fit the text into the box.
It's a bit messy, because I just finished it.
Had an enormous head ace trying to figure out why the last word wound't print out... Eventually I figured out I needed a whitespace as a last character.
User avatar
xiphirx
Chaos Rift Junior
Chaos Rift Junior
Posts: 324
Joined: Mon Mar 22, 2010 3:15 pm
Current Project: ******** (Unkown for the time being)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: What projects are you currently working on?

Post by xiphirx »

Zelda? D: What type of game is this D:
StarCraft II Zerg Strategy, open to all levels of players!

Looking for paid work :< Contact me if you are interested in creating a website, need a web design, or anything else you think I'm capable of :)
User avatar
superLED
Chaos Rift Junior
Chaos Rift Junior
Posts: 303
Joined: Sun Nov 21, 2010 10:56 am
Current Project: Engine
Favorite Gaming Platforms: N64
Programming Language of Choice: C++, PHP
Location: Norway

Re: What projects are you currently working on?

Post by superLED »

xiphirx wrote:Zelda? D: What type of game is this D:
I just quoted something from the TP game just as a template, while working on the function. I am NOT making a Zelda remake or anything x)
Just wanted to get a feeling of how it would look like in-game. I think I got the right length of each line ^^

EDIT: As I had it before, if I typed a loooong word, it would lead to sadness. But now I've made it so it will printed out like this:

"Hey there! You want to
hear a cool and long word?
AfaFeroiwroiFldkasdfasEs-
asdfRdsalfj... Nice, eh?"
User avatar
xiphirx
Chaos Rift Junior
Chaos Rift Junior
Posts: 324
Joined: Mon Mar 22, 2010 3:15 pm
Current Project: ******** (Unkown for the time being)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: What projects are you currently working on?

Post by xiphirx »

superLED wrote:
xiphirx wrote:Zelda? D: What type of game is this D:
I just quoted something from the TP game just as a template, while working on the function. I am NOT making a Zelda remake or anything x)
Just wanted to get a feeling of how it would look like in-game. I think I got the right length of each line ^^

EDIT: As I had it before, if I typed a loooong word, it would lead to sadness. But now I've made it so it will printed out like this:

"Hey there! You want to
hear a cool and long word?
AfaFeroiwroiFldkasdfasEs-
asdfRdsalfj... Nice, eh?"

Aww :(
StarCraft II Zerg Strategy, open to all levels of players!

Looking for paid work :< Contact me if you are interested in creating a website, need a web design, or anything else you think I'm capable of :)
User avatar
THe Floating Brain
Chaos Rift Junior
Chaos Rift Junior
Posts: 284
Joined: Tue Dec 28, 2010 7:22 pm
Current Project: RTS possible Third Person shooter engine.
Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
Programming Language of Choice: C/C++, Python 3, C#
Location: U.S

Re: What projects are you currently working on?

Post by THe Floating Brain »

RTS and Over Head Shooter Engine :mrgreen:
http://www.youtube.com/watch?v=7MYNpez8q1g
The "White Square" is suppost to be a space ship but
I am currently haveing a image loading problem with that class right now perhaps it could be the way im making a instance of it :lol:
LOLs.PNG
LOLs.PNG (1.38 KiB) Viewed 4931 times
EVENMORELOLS.PNG
EVENMORELOLS.PNG (46.47 KiB) Viewed 4933 times
:lol:
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself

ImageImage
CC Ricers
Chaos Rift Regular
Chaos Rift Regular
Posts: 120
Joined: Sat Jan 24, 2009 1:36 am
Location: Chicago, IL

Re: What projects are you currently working on?

Post by CC Ricers »

I started to learn more about Win32 API programming just yesterday. A lot of the concepts aren't as hard as some people say but the control flow of the code is tripping me up. It's so hard to mold into an object-oriented framework.

(edit) I figured out how to embed an icon in an SDL executable. Since SDL makes its window class information inaccessible, I can't use the SDL window to load an icon from a resource file. What I did was create a dummy invisible window that doesn't take messages before initializing SDL (you don't even need the WinMain function). My program no longer shows that default icon in the folder view or taskbar.
joe van sickle
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 12
Joined: Fri Dec 17, 2010 3:14 am
Current Project: Viv Online
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: What projects are you currently working on?

Post by joe van sickle »

I recently worked on the day/night cycle for the game; heres the result.


Did a crap load of other stuff that I would rather not list out.. (that will be in the next vid)
*the frog is temporary ;)
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: What projects are you currently working on?

Post by eatcomics »

looks epic dude! I'm a sucker for day/night cycles
Image
Firzen
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 23
Joined: Mon Jul 20, 2009 7:13 pm
Current Project: Space Game
Favorite Gaming Platforms: PC, Gamecube, Pandora
Programming Language of Choice: C,C++,C#

Re: What projects are you currently working on?

Post by Firzen »

Nice day and Night Cacle, I did that once a while ago.
I remember it was a pain to code.
Right now I am mostly working on small tutorials on all kinds of things, so if you want anything exaplined just ask and I might very well make a video about it. At least if I know what's going on.
Also, suggestiosn on how to improve the tutorials is encouraged.

Oh, and here's a link to one of them, you can find the rest of all my stuff in my youtube channel.
http://www.youtube.com/watch?v=6fDXHnAKBU0

Oh and also, I am working on this project.
I want to make some small arena game with the Engine first, to lay the groundwork for making an Action RPG with it.
But since that requires alot of Artwork I will start with a simple Brawler.
User avatar
Milch
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Sat Jul 11, 2009 5:55 am
Programming Language of Choice: C++
Location: Austria, Vienna

Re: What projects are you currently working on?

Post by Milch »

My android game is going well, I've finally implemented vertex arrays and VBOs :mrgreen:
Image
Follow me on twitter!
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: What projects are you currently working on?

Post by MrDeathNote »

Milch wrote:My android game is going well, I've finally implemented vertex arrays and VBOs :mrgreen:
Image
Look's good man, any update on this?
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
DStudios
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 24
Joined: Wed Feb 02, 2011 7:44 am
Current Project: 2D RPG
Favorite Gaming Platforms: NES, SNES, N64, Sega Dreamcast, Sega Genesis
Programming Language of Choice: C/C++

Re: What projects are you currently working on?

Post by DStudios »

Me and LightDark (We are now a small team) are working on a 2d rpg engine. We have an engine and level editor.

Video:

User avatar
Boogy
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 27
Joined: Sun Mar 06, 2011 3:59 pm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: Breda, The Netherlands
Contact:

Re: What projects are you currently working on?

Post by Boogy »

I am currently working on a game called Mouse Adventure. It's a 2.5d/3d side scrolling platformer.

I have one screenshot I can share :roll: Maybe we will release a trailer in the next moth.
Image
Student @ IGAD
Image
Post Reply