pong
Pong game in c++
Now I\'m making a pong game in c++, and by now I\'ve made a pad开发者_如何学运维dle and ball which both inherits from entity that holds the coordinates and the bounding box(can be circle or polygon) o[详细]
2023-03-29 09:24 分类:问答Where does the context live in an OOP Javascript Pong game?
To practice my OOP knowledge I\'m making a Pong game in javascript (I know, I know, it\'s like playing Stairway to Heaven in a guitar shop). I\'ve had several functioning versions of the game by imple[详细]
2023-03-13 01:52 分类:问答Structuring Pong
I am making Pong using C++ and OpenGL using Visual Express 2010. It is one of the first games I have made, and I am wondering how to best structure it. The main part that is stumping me is the game me[详细]
2023-03-12 23:12 分类:问答How do you make computer lose in a pong game?
So me and my partner are trying to make a pong game that\'s player vs. computer, but we just couldn\'t figure out how to make the computer lose.[详细]
2023-03-06 04:23 分类:问答How can I clear the previous position of the circle in my canvas?
I\'m trying to make Pong using canvas with JavaScript. It has been many years since I made any game, and therefore am quite the beginner.[详细]
2023-03-01 13:54 分类:问答How to extrapolate position in pong?
Ok I have another pong related question. Now I\'m trying to improve \"AI\". I read on the internet that I should predict ball\'s x and y and move there paddle.[详细]
2023-02-22 06:31 分类:问答Objective-C Random Numbers
I\'m making a si开发者_开发技巧mple pong game. To make the ball move at the beginning of a new round, I am using[详细]
2023-02-10 12:35 分类:问答access resources of an apk
I\'m thinking about putting a .txt file in res/drawable or in res/layout to have it in t开发者_如何学JAVAhe apk when the application is packed, and then after install to open and read from it to perfo[详细]
2022-12-27 06:45 分类:问答