April 28, 2024, 06:55:08 pm

Author Topic: Building game (Project)  (Read 7497 times)

0 Members and 1 Guest are viewing this topic.

Darkpowerzx

  • Full Member
  • *
  • Posts: 175
    • View Profile
Building game (Project)
« on: November 30, 2010, 01:34:58 am »
I have been working on this project for over a month. Although it has been off and on work so I cannot give a real estimate to how long it took.

I truthfully took very little time in preparing this video. So don't expect anything that great.

http://www.youtube.com/watch?v=Hdq8PKhj3iU

As you may see I still have a lot of work to do.

This is coded in C++ using the DirectX API

Some things I plan to do to optimize include:

Occlusion culling
Frustum culling (semi-added)
Allocating new memory every few hundred blocks (Creates virtually endless amount of blocks) I may change the method of doing this
Code clean-up and possibly small rewrites (Have some warnings I need to fix, also need to make better use of pointers and reference functions)

Features I plan to add:

More textures
Fix jaggedness around some areas of light (Fixed easily by adding a couple normals)
Light dimming and brightening. As well as range setting.
Block types (Actual water, ladder blocks, etc)
Custom texture loading
Custom model loading (Debating limits)
Multiplayer (Eventually not expecting anytime soon)
Many more I am sure

Everything in the video was done by me. Except for the music (Neimer - Two hearts together) and transition effects from Sony Vegas.

I don't really plan on working on this anymore until after New Years. I plan on adding a lot of these after that.
« Last Edit: November 30, 2010, 04:34:25 am by Darkpowerzx »

optical

  • Administrator
  • Champion Member
  • *****
  • Posts: 1844
    • View Profile
Re: Building game (Project)
« Reply #1 on: November 30, 2010, 02:27:37 am »
Thats pretty cool.

Do you have this in a repository somewhere, such as SVN/Git etc?

Darkpowerzx

  • Full Member
  • *
  • Posts: 175
    • View Profile
Re: Building game (Project)
« Reply #2 on: November 30, 2010, 03:29:12 am »
Currently I do not have a repository. Although I may consider adding one once I continue to progress.

Since I have been the only one working on this it may be a good idea.

Hanno

  • Thundergod Thor
  • Sr. Member
  • **
  • Posts: 287
    • View Profile
Re: Building game (Project)
« Reply #3 on: December 06, 2010, 10:27:55 pm »
Good looking concept, i've been working on a small game too a few years ago but i did it with opengl.
Using any kind of engine or just plain ?
Use /helpop <message> in SMP for support


Quote from: morten1ela
I love conclusions done on little knowledge

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Building game (Project)
« Reply #4 on: December 19, 2010, 10:20:48 pm »
Dude, that's actually pretty cool. Good job.

Jonathon

  • Jr. Member
  • *
  • Posts: 69
    • View Profile
Re: Building game (Project)
« Reply #5 on: December 22, 2010, 02:49:49 pm »
That looks really similar to minecraft  :-X

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Building game (Project)
« Reply #6 on: December 24, 2010, 06:39:58 am »
lol jonathon you quoted that...

anyway, it looks really cool. I'm actually learning python right now. I'll eventually learn C# though  :D
« Last Edit: December 24, 2010, 07:30:37 am by spartan_rain »

Mr_Mr_Mr

  • Veteran
  • Champion Member
  • ***
  • Posts: 3079
    • View Profile
Re: Building game (Project)
« Reply #7 on: December 24, 2010, 07:28:26 am »
That is really cool

---><--- Click the monkey

SwaT123

  • Elitecraft Owner
  • Full Member
  • *
  • Posts: 128
  • I'll always be here watching you -.-
    • View Profile
Re: Building game (Project)
« Reply #8 on: January 04, 2011, 10:21:15 am »
Very nice good job dark :)

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Building game (Project)
« Reply #9 on: January 05, 2011, 11:37:35 pm »
Are you gonna release it?

SwaT123

  • Elitecraft Owner
  • Full Member
  • *
  • Posts: 128
  • I'll always be here watching you -.-
    • View Profile
Re: Building game (Project)
« Reply #10 on: January 06, 2011, 09:06:56 am »
I asked him too he said "It's not user friendly" so he will not realese it to the public still :S

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Building game (Project)
« Reply #11 on: January 06, 2011, 11:00:38 pm »
Ok cool.

jonasknilsen

  • Full Member
  • *
  • Posts: 225
    • View Profile
Re: Building game (Project)
« Reply #12 on: January 14, 2011, 04:29:42 pm »
o.o very nice :P
~Opticraft~
A Better Minecraft Server Will You Never Find!!
We Got The Most Creative People!

Zoofy

  • Newbie
  • *
  • Posts: 39
  • Code Monkey
    • View Profile
Re: Building game (Project)
« Reply #13 on: March 24, 2011, 08:49:28 pm »
Dude! This looks awesome! I tried making a game using C++. It didn't work out as well. But great work!
Yuppers! That's right, it's me! Senior Zoofy!

ReljaM

  • Jr. Member
  • *
  • Posts: 86
  • I RULE THE WORLD WITH NO PICTURE!!!
    • View Profile
Re: Building game (Project)
« Reply #14 on: September 28, 2011, 10:33:54 am »
Nice game