Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Work in Progress / Quiz game

Author
Message
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 26th Dec 2010 11:44 Edited at: 9th Jan 2011 18:08



This is for the competition, thought I'd share a sneak preview of my current work.







I plan on using XML for reading questions into the game, still debating if I'll use an XML plugin or see if my previous XML project is ready for a real life test.

Jan. 9, 2011
Download 3.48MB (requires Cloggy's D3D library if running from source)

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
The Slayer
Forum Vice President
14
Years of Service
User Offline
Joined: 9th Nov 2009
Playing: (Hide and) Seek and Destroy on my guitar!
Posted: 26th Dec 2010 15:27
Looks great, Phaelax! I like the style of the graphics. Are the questions sorted by category, or is it a general questions quiz?
Good luck with this!

Cheers

SLAYER RULES! YEAH, MAN!!
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 26th Dec 2010 20:17
There will be categories. How many depends on how much homework I feel like doing

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Ermes
20
Years of Service
User Offline
Joined: 27th May 2003
Location: ITALIA
Posted: 30th Dec 2010 02:08
naaah! fraps watermark is in the middle of the questions!!

very nice quiz game.

do you plan to translate it also in Italian?



[img][/img]
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 30th Dec 2010 22:30
If you want to write the questions in Italian!

You just gave me an idea for the multiplayer, but i'll need a networking plugin.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 2nd Jan 2011 09:27
Added a new video. I should have something fully playable within the next day or so.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 3rd Jan 2011 15:26
I'm just about ready to show a playable beta version of the game, today will mostly be about gathering questions and implementing an XML parser. Unfortunately, the DBXML plugin doesn't work for me (makes it unable to compile ANY code when the plugin is loaded) so I'll be going with my own XML parser I wrote awhile back in native DBP code. My goal is to get 10-15 questions for each difficulty in at least 4 different categories.

If anyone would like to help, here's how the questions in the XML are formatted:



"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 4th Jan 2011 18:04
I've completed the modifications to my XML parser, which I'll post separately in the code-snippets board, and it should be pretty simple to implement in the game.

Still writing questions. A friend helped write a bunch, but unfortunately her computer isn't working with the internet right now and she wrote everything out by hand on paper anyway.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 7th Jan 2011 22:30
This is why you should always plan your game out in advance with fancy charts and stuff. I've changed and added too many things since I started this project that the code has become a headache to manage. At this point it'll be quicker for me to restructure all the code from scratch than trying to figure out how to make the necessary changes.
Most of the original code will still be used of course, just organized in a different manner.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 9th Jan 2011 17:47
Download now available, see first post.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
The Slayer
Forum Vice President
14
Years of Service
User Offline
Joined: 9th Nov 2009
Playing: (Hide and) Seek and Destroy on my guitar!
Posted: 9th Jan 2011 18:04
I am definately gonna try this out, Phaelax! Downloading.

Nice vids BTW.

Cheers

SLAYER RULES! YEAH, MAN!!
The Slayer
Forum Vice President
14
Years of Service
User Offline
Joined: 9th Nov 2009
Playing: (Hide and) Seek and Destroy on my guitar!
Posted: 10th Jan 2011 15:52
Hum, I have a good feeling about this, but also a bad one.
First, the good news...the overall impression of the graphics and the mechanics of the menus is really top! I like it very much!
The bad news however, is that whenever I click on the 'New Game' option, the program terminates saying 'DarkBasic Pro Project has stopped working'.
It's really weird. I'm so sad that I can't play this.
Any ideas, Phaelax?

Cheers

SLAYER RULES! YEAH, MAN!!
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 10th Jan 2011 16:37
I'll assume you're running Windows 7 (or vista perhaps)? This issue was raised yesterday on the competition board, I'm attempting to track down the problem. It has something to do with parsing the XML. BillR has helped me narrow the problem down, and as soon as I get the chance to look the line he mentioned I should hopefully be able to fix it.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
The Slayer
Forum Vice President
14
Years of Service
User Offline
Joined: 9th Nov 2009
Playing: (Hide and) Seek and Destroy on my guitar!
Posted: 10th Jan 2011 16:42
Quote: "(or vista perhaps)?"

Yep, that's the one.

Quote: "as soon as I get the chance to look the line he mentioned I should hopefully be able to fix it."

Great! I hope you can!

SLAYER RULES! YEAH, MAN!!
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 10th Jan 2011 20:13
I fixed the problem, it was a tiny bug related to returning a string literal from a function rather than a variable. So now that it no longer crashes, I have to figure out why several things don't show up or work on Win7. I feel like I'm building a website and tracking random IE display issues. It's weird so many little things work different on Win7.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein
Phaelax
DBPro Master
20
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 11th Jan 2011 20:59 Edited at: 11th Jan 2011 21:07
Odd, what wasn't working yesterday now works for me. Only issue I have now with Win7 is it crashing when the timer reaches 0.

Ok fixed that. It was another issue of returning literal string from a function. The new version has been uploaded and should work on Windows 7 now.

"Only the educated are free" ~Epictetus
"Imagination is more important than knowledge..." ~Einstein

Login to post a reply

Server time is: 2024-03-29 01:05:39
Your offset time is: 2024-03-29 01:05:39