473,698 Members | 2,360 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Give my Air Hockey game some feedback / advice PLEASE!

Hello all.

Air Hockey game is due up in just over a month. And i've about 2 and a half
weeks to work on it. So, i need some feedback and advice.

http://homepage.eircom.net/~basquilletj/AirHockey.rar

Please download it and give it a quick spin. Not completely working yet in
terms of:

- haven't taken into account the force of the paddle when you're hitting the
puck (it's best just to place the paddle in front of the puck and it'll
reflect.. instead of trying to actually hit it with a force)
- my hit-lines are still a bit screwy in places (if the puck is move from
side-to-side across the table.. i think i can slightly see the puck outside
of the table-top)
- as i said above, i haven't implemented a force of the paddle yet. And for
some reason - if you try and hit it with a force, the puck will go through
the paddle and out the other side.
- i have now implemented a way for players to use two mice on the same
computer. But delay can be quite troublesome if you move your mice together.
Am trying to work on a way to improve this with little avail. Oh and i you
don't have two mice on your computer, you can use the arrow keys for the
second player (however.. if you're using arrow keys, when he passes the
center line he'll be unable to move as this is a feature to disallow each
player from passing into his opponent's region but it only really works with
the mouse).
- it only works correctly on two resolutions (as far as i know): 1024X768
and 1280 X 800.

Any feedback of the game (remember, this is the first year i've done a game
in C# so be kind!! :D). Any suggestions on how to improve the above problems
or any problems you find yourself are much appreciated!

Thanks in advance all.

Brian
Nov 16 '05 #1
2 2304
I got a crash in Table.cs line 118 - you should probably not rely on the
computer having 2 mice attached.

Steve

"Brian Basquille" <re**********@p lease.com> wrote in message
news:ux******** *****@TK2MSFTNG P10.phx.gbl...
Hello all.

Air Hockey game is due up in just over a month. And i've about 2 and a
half weeks to work on it. So, i need some feedback and advice.

http://homepage.eircom.net/~basquilletj/AirHockey.rar

Please download it and give it a quick spin. Not completely working yet in
terms of:

- haven't taken into account the force of the paddle when you're hitting
the puck (it's best just to place the paddle in front of the puck and
it'll reflect.. instead of trying to actually hit it with a force)
- my hit-lines are still a bit screwy in places (if the puck is move from
side-to-side across the table.. i think i can slightly see the puck
outside of the table-top)
- as i said above, i haven't implemented a force of the paddle yet. And
for some reason - if you try and hit it with a force, the puck will go
through the paddle and out the other side.
- i have now implemented a way for players to use two mice on the same
computer. But delay can be quite troublesome if you move your mice
together. Am trying to work on a way to improve this with little avail. Oh
and i you don't have two mice on your computer, you can use the arrow keys
for the second player (however.. if you're using arrow keys, when he
passes the center line he'll be unable to move as this is a feature to
disallow each player from passing into his opponent's region but it only
really works with the mouse).
- it only works correctly on two resolutions (as far as i know): 1024X768
and 1280 X 800.

Any feedback of the game (remember, this is the first year i've done a
game in C# so be kind!! :D). Any suggestions on how to improve the above
problems or any problems you find yourself are much appreciated!

Thanks in advance all.

Brian

Nov 16 '05 #2
Cheers for that Steve. Yeah.. i realised that today in college and fixed it
accordingly!

Thanks again for the error report!
Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1642
by: Dariush | last post by:
Hello everyone, I'm looking for volunteer php developers and graphic artist to help out creating a web site (php driven) to rebuild an existing php site. The current site was done as a half fast job back in 2000 and I like to redo the entire site including design and management pages, ofcource in php. The site will provide a one stop place archive for all the info regarding hockey players and their team.
1
3687
by: Arnaud Delobelle | last post by:
Hi all, I have written a little while ago in Python a game whose aim is to program a (or several) robots so that they move around in a maze and collect some flags. They only have a limited amount of instructions at their disposal (depending on the level). It is meant to be an introduction to two things: - programming
7
2212
by: Steve | last post by:
This post has two parts. First is my feedback on sets. (Hello? Last summer called, they want their discussion thread back...) Second is some questions about my implementation of a partition function for sets. Part 1. --- >From: Raymond Hettinger (vze4rx4y@verizon.net) >Subject: Py2.3: Feedback on Sets >Newsgroups: comp.lang.python >Date: 2003-08-11 23:02:18 PST
14
3225
by: BlackHawke | last post by:
My Name is Nick Soutter, I am the owner of a small game company, Aepox Games (We're in the middle of a name change from "Lamar Games"), www.lamargames.net. Our first commercial game, Andromeda Online (www.andromedaonline.net) is going into beta soon. It runs on an evaluation edition of SQL Server 2000 (our intention is, when it launches, we earn the money to buy a copy before the evaluation expires).
6
1413
by: Bryan Parkoff | last post by:
It is off the point that it is in the wrong newsgroups, but I need your advice, please. Please state your opinion that I want to write C/C++ programming to develop games and emulator projects using MS-DOS, Windows, Mac OS X, Linux and other OS. Many people stick MS-DOS while they use DJCPP, but Microsoft tells them to move from MS-DOS to Windows by using DirectX. It may be the problem because we must stick with Microsoft API functions...
0
285
by: Brian | last post by:
Thanks everyone for the feedback on the game. It's all very useful stuff, and i sincerally thank you all for taking the time to look at the game / source code and replying. I will take a look at that problems mentioned and hopefully will have it properly moving before the end of the weekend. Planning to start on user interaction from next week (mouse hitting the puck etc.) and then the tricky part which i've never even looked at...
1
2450
by: tomtiv | last post by:
Hi All, I am starting to build a hockey game simulator. I am looking for any resources you know of to help me build this application, Specifically these topics. - AI for game play (Text Based) - Game schedule generation. - Statistic management.
0
1023
by: alan75 | last post by:
I wanted to send keystrokes to a game using a vb.net form. The game is in windowed mode, not fullscreen. All I have at the moment are these: AppActivate("Name of My Game") SendKeys.Send("i") Nothing happened. Please advice.
23
6696
by: arnuld | last post by:
My friend sent me the prototype of a game written in C++ and asked for advice: IDEA: Game will ask the user to thin of a number. User will press a keystroke after he has thought of a number. Then program will ask him to do some little arithmetic and will finally ask for the result. It will then print what user has thought of. Here is what I finished with. Any advice is appreciated :)
0
8678
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9166
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7737
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2333
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.