English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

im bored today and want to create a simple game like breakout or pong or something through notepad and i was wondering if anyone new the code for it so i could edit it and stuff or if someone could jsut walk me through it that would be good 2.

2007-07-23 03:47:35 · 6 answers · asked by Anonymous in Computers & Internet Programming & Design

6 answers

Notepad is a text editor and not a compiler....

You will need to learn a pogramming langauge that can compile.

For simple games like breakout and pong you can use DarkBasic or BlitzBasic which are very easy to learn. You can use C/C++ but without any programming experince it will be very hard.

2007-07-23 03:58:06 · answer #1 · answered by jack 6 · 0 0

Notepad is used to create test files.

You could use Notepad to create a game by reading out the code and instructions for the game in text format, and then compiling it to assembly language so the computer can run it.

But you woul need to decide what computer programming language you want to use, become familiar with the syntax and commands in the language, create the program, and then have a compiler of some sort to run the finished ocde.

Learn a language, install a complier, and you are ready to go....

2007-07-23 03:52:40 · answer #2 · answered by dewcoons 7 · 0 0

Game servers where you gain items that can be used in other matches, like WoW and other MMO's, are run only by the company that makes the game. You can typically only set up your own server for games that start over with nothing every match, like first person shooters that are 32 players and end within a little while before starting a new match with everyone back to where they started. Games like Unreal or Counterstrike Source. Anything with a monthly fee is dependent on company run servers, that is what you are paying for, and keeps things as fair as possible by letting the company police the players..

2016-04-01 08:47:25 · answer #3 · answered by Anonymous · 0 0

No. Learn a programming language. Or download an open source pong/breakout game and take a look. Sitting around and saying I'm bored isn't going to help. Unless you expect that knowledge to enter your head automatically, or someone to tutor a lazy person for free.

2007-07-23 03:50:24 · answer #4 · answered by csanon 6 · 2 1

lol, if you're bored. go play one of those online flash game. i'm sure theirs a breakout/pong version of it.

why bother trying to create a new one when you're only looking to copy and paste the code. no different than it being already made for you to just download and play.

2007-07-23 03:56:27 · answer #5 · answered by nuanua 3 · 1 0

look up how to program a simple game in C++. then paste that code into notepad, save it as a .cpp, load it into any c++ compiler, and compile it.

2007-07-23 03:50:37 · answer #6 · answered by eevilcheese 4 · 0 0

fedest.com, questions and answers