Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 202 results for
videogame
- Page 1
Bowser beats Darth Vader and Donkey Kong to top videogame villain status
Programming
Game Development
12 Years Ago
by happygeek
… and gaming, or another that delves into the top 50
videogame
villains of all time. As many of you may have… release includes record entries such as the 'Largest Collection of
Videogame
Memorabilia' which features more than 8,000 items and the…
Videogame User Input
Programming
Software Development
13 Years Ago
by morganJohnson
I'm working on a small concept demo for a friend and I'm stuck on the UI. I'm trying to build something akin to an FPS interface (using mouse-look and the iconic WASD). I'm working in a Windows environment (Win7 to be precise), so I figured I'd use the standard Windows messaging system. So far I've managed to make use of the mouse effectively …
Re: Videogame User Input
Programming
Software Development
13 Years Ago
by morganJohnson
So I managed to figure it out myself. For those who want to know: As I was wandering a forum looking at something slightly related, someone mentioned as a side thought "Raw Input," a Windows API that I had never heard of before. Sure enough, it's what I was wanting. [URL="http://msdn.microsoft.com/en-us/library/ms645536.aspx"]…
Re: Bowser beats Darth Vader and Donkey Kong to top videogame villain status
Programming
Game Development
12 Years Ago
by PixelDown
> Gaming is a hugely important part of popular culture and this year’s Gamer’s Edition reflects that”. Not just a part of culture but an industry worth US$65 billion (wikipedia). It's a smart idea to embrace this segment of the economy.
Can someone tell me whats wrong with my code
Programming
Software Development
14 Years Ago
by TinhornAdeniyi
…} cout<<endl; } void PrintTitle(
VideoGame
*& first) {
VideoGame
*current; current = first; while (current …} cout<<endl; } void PrintList(
VideoGame
*& first) {
VideoGame
*current; current = first; while (current != …
Re: Can someone tell me whats wrong with my code
Programming
Software Development
14 Years Ago
by TinhornAdeniyi
…; int count;
VideoGame
*link; }; void CreateList(
VideoGame
*& first,
VideoGame
*& last); void CheckOut(
VideoGame
*& first, …link; } cout<<endl; } void PrintList(
VideoGame
*& first) {
VideoGame
*current; current = first; while (current != NULL) …
Re: Can someone tell me whats wrong with my code
Programming
Software Development
14 Years Ago
by StuXYZ
… the error in CheckTitle: [code=c++] bool CheckTitle(
VideoGame
*& first, string title) {
VideoGame
*current; current=first; while(current!=NULL) { if(current…
How can I make this shrinking/expanding panel dynamic?
Programming
Web Development
13 Years Ago
by fusionking
…frontrunner when it comes to inventing and investing in
videogame
dynasties.</p> <p> …Mario is a continued, and continuing, line of
videogame
royalty.</p> <p> This…, itself over 25 years old, is undeniably a
videogame
dynasty too.</p> </div>…
I Need Help With Frames Please (HTML).
Digital Media
UI / UX Design
20 Years Ago
by A Monkeys Uncle
… to do is have a different color scheme for each
videogame
platform listed below "Game Info," for instance, "…;Playstation 2," "Dreamcast," etc. I want each
videogame
system to have its own color scheme. If you click…
Beginning Game Programmer
Programming
Software Development
14 Years Ago
by 3FLryan
… games), is: - various word/text games of my own devise -
videogame
music quiz of my own devise (I make my own… music, have done so for a game developer and love
videogame
sounds in general) - tic tac toe - checkers - chess - a turned…
Format Question
Programming
Software Development
12 Years Ago
by clouds_n_things
… to return the data that is returned by snesVar in
videoGame
as a string on every line, what is the correct… code to use? def
videoGame
(): count = 0 snesVar = [] for data in os.listdir('/SNES/SNES…
Changing it up a bit...
Programming
Software Development
12 Years Ago
by clouds_n_things
…: import tkinter as tk from urllib.request import urlopen def
videoGame
(): extensions =('.src', '.srm') for data in os.listdir('/SNES/SNES…(extensions): os.path.normpath(r'/Users/SirPrinceKai/Applications/Snes9x') return(
videoGame
)
Re: Changing it up a bit...
Programming
Software Development
12 Years Ago
by clouds_n_things
…: import tkinter as tk from urllib.request import urlopen def
videoGame
(): '''This function opens up the Snes9x player in the Applications… folder.''' print(
videoGame
.__doc__) subprocess.call(['ls', '-l']) extensions =('.src', '.srm') for data…
Recognizing Extensions
Programming
Software Development
12 Years Ago
by clouds_n_things
…;P0 Errors") logging.error("P1 Errors") def
videoGame
(): '''This function opens up the Snes9x player in the Applications… folder.''' print(
videoGame
.__doc__) # export PYTHONPATH=/Users/xxxx/Desktop/Python3:$PYTHONPATH logging.debug…
Re: I Need Help With Frames Please (HTML).
Digital Media
UI / UX Design
20 Years Ago
by A Monkeys Uncle
… GC page, and it worked BUT whenever I chose another
videogame
platform from the list (nav2.htm list) it STAYED the…
I Have A Virus Which Controls My Homepage Under IE's Properties!
Hardware and Software
Information Security
20 Years Ago
by A Monkeys Uncle
… system is Me. I know I got it from a
videogame
emulating site because both times I went to the site…
Is There A Way To Protect Members' E-mails From Crawlers and Hackers?
Digital Media
UI / UX Design
20 Years Ago
by A Monkeys Uncle
For instace my site is based on an online
videogame
clan for Xbox Live, and we all have a profile …
What to choose for domain name?
Digital Media
Digital Marketing
19 Years Ago
by Hellfire1190
Wll everyone I finaly found a forum host. Its called siteground and it uses phpbb. What I need help with is deciding what the url is going to be. I would prefer .com but .net if fine too. Its going to be a
videogame
forum so the url must reflect on that.
I need help with my website. Using Dreamweaver.
Programming
Web Development
19 Years Ago
by A Monkeys Uncle
…'t appearing in my Firefox browser. Also, I have a
videogame
website, and I'm having trouble with it. There is…
I Need Help Please. Adding PHP Code To My Site.
Programming
Web Development
19 Years Ago
by A Monkeys Uncle
I'm trying to add an RSS feed to my
videogame
website, but it isn't working. These are the steps …
Hello from Peru
Community Center
Say Hello!
18 Years Ago
by tavox
… 64Kb of RAM :p , basically i used it as a
videogame
console but i do some basic stuff in one of…
Hello from Wighty in Blighty
Community Center
Say Hello!
17 Years Ago
by curvespace
… here most of my 20 years as a software engineer,
videogame
developer, writer and now web developer through the magic of…
Hangman, How do I make spaces?
Programming
Software Development
17 Years Ago
by KuromanKuro
I'm developing a
videogame
themed hangman game right now for class and I was …
Re: Hangman, How do I make spaces?
Programming
Software Development
17 Years Ago
by VernonDozier
[QUOTE=KuromanKuro;597560]I'm developing a
videogame
themed hangman game right now for class and I was …
Hello
Community Center
Say Hello!
16 Years Ago
by Abrigore
… rock, rock beats scissors, PC beats apple, and mouse beats
videogame
controller (only cause I love the precison aim of a…
All my videogames freeze
Hardware and Software
Hardware
16 Years Ago
by Abrigore
… though it may be, when I put it in my
videogame
freezing problem goes away (games look crappy though cause, well…
Need help starting
Programming
Game Development
16 Years Ago
by gproggramer175
i want to program a
videogame
. I bought c++ for dummies and have read it but from there im lost on what to do. Any help is appreciated.
Re: Need help starting
Programming
Game Development
16 Years Ago
by Narue
>i want to program a
videogame
. I'd estimate that 99% of beginners start programming because …
Artificial Intelligence of Enemy tanks in Battle Rush Game
Programming
Game Development
15 Years Ago
by deepugtm
We are going to submit our C++ project on a game, which resembles Classic
VideoGame
game "Battle Rush", by next week, but we don't know much more about how to make artificial intelligence of the enemy tanks. So do you have any idea that how to update and move those enemy tanks in our game......
Who needs the Wiimote?
Community Center
18 Years Ago
by John A
… say, you can't wave laptops around to control your
videogame
! Actually you can. Many laptops manufactured now come with motion…
1
2
3
4
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC