Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 466 results for
tetris
- Page 1
Tetris help
Programming
Game Development
11 Years Ago
by Buster0944
So I have been working on a
tetris
game for some time now and I have everything figured …
Re: Tetris help
Programming
Game Development
11 Years Ago
by jwenting
start by scrapping ALL references to the word "
Tetris
" or anything that has any relation to it. The owners of the copyright are notorious for going after anyone using it, whether it's used commercially or not. And learn to divide your source into logical units, split it up into multiple classes, make it readable.
Re: Tetris in 2nd quarter of school???
Programming
Software Development
14 Years Ago
by iamthwee
…timeitvl = .5; ////////////////////////////////////////////////////////////// int main() { cout << "WELCOME TO
TETRIS
"; cin.get(); clrscr(); score = playgame(); clrscr(); cout <<…) { gotoxy ( 5, 0 ); cout << "PRAISE THE ALMIGHTY
TETRIS
"; for ( int y = 2;y < 22;y++ ) { gotoxy…
Re: Tetris in 2nd quarter of school???
Programming
Software Development
14 Years Ago
by packetpirate
…timeitvl = .5; ////////////////////////////////////////////////////////////// int main() { cout << "WELCOME TO
TETRIS
"; cin.get(); clrscr(); score = playgame(); clrscr(); cout <<…) { gotoxy ( 5, 0 ); cout << "PRAISE THE ALMIGHTY
TETRIS
"; for ( int y = 2;y < 22;y++ ) { gotoxy…
Tetris in 2nd quarter of school???
Programming
Software Development
14 Years Ago
by btbam006
… us only 2 weeks to complete was a complete working
Tetris
game in a win32 console. First off, I am having… simple stuff as well. I looked on google for some
tetris
code to get an idea of what I am looking…
Re: tetris game using pointers
Programming
Software Development
17 Years Ago
by herms14
[QUOTE=Salem;570676]You mean as opposed to any other kind of program which might use pointers? C++ didn't include pointers just for the sake of writing
tetris
, there are many other uses as well.[/QUOTE] I know that pointers in C++ has a lot of uses..I just want to know how to use pointers in making a
tetris
game in C++
Re: Tetris in Pascal
Programming
Software Development
14 Years Ago
by TrustyTony
Your environment? You are working in Delphi, Lazarus or plain Pascal? Normal approach in graphical environments would be to (mis)use buttons for squares in
tetris
blocks. [url]http://delphi.about.com/od/gameprogramming/ss/
tetris
.htm[/url] Explain more.
tetris game using pointers
Programming
Software Development
17 Years Ago
by herms14
hi guys...i just want to get some idea....I read in a book that you could make a
tetris
game is C++ using pointers...can someone please help me understand how to do it or the concept behind it??? thanks im just curious...^_^
Re: tetris game using pointers
Programming
Software Development
17 Years Ago
by Salem
You mean as opposed to any other kind of program which might use pointers? C++ didn't include pointers just for the sake of writing
tetris
, there are many other uses as well.
Re: tetris game using pointers
Programming
Software Development
17 Years Ago
by Dani
Pointers are a very common feature of the C++ programming language. They're going to exist in just about every real world programming app that you write. Your question is just like saying "How do I write
Tetris
in C++ using variables?"
Tetris in Pascal
Programming
Software Development
14 Years Ago
by freakvista
Hello! I want to make the
tetris
game in pascal... here it's what i've done …
Re: Tetris in Pascal
Programming
Software Development
14 Years Ago
by jwenting
and don't call it
Tetris
. The trademark owners are known to go after anyone using the name, no matter how little.
tetris in vb.net
Programming
Software Development
12 Years Ago
by timon.bijl
Hello , I'm making
tetris
in vb.net and i'm working with an image in a picture box that falls and with classes , my whole program works but hen my image falls it actually copies itself , does anyone know an eraser function or something or a method how to get the previous things away? if you can help me , please do it! thx
Re: xna tetris for csharp
Programming
Software Development
12 Years Ago
by Momerath
Tetris
is a 2D game, you can use paint to make the objects.
cant figure out why tetris isnt drawing correctly
Programming
Software Development
11 Years Ago
by hartk1213
… bool map_[HEIGHT][WIDTH]; }; now for the cpp files
tetris
.cpp #include "draw.h" #include "… Background::HEIGHT * 30); glutInitWindowPosition(300, 100); glutCreateWindow("CS440001_13 -
Tetris
"); glClearColor(0, 0, 0, 1); glMatrixMode(GL_PROJECTION); glLoadIdentity(); …
Re: xna tetris for csharp
Programming
Software Development
12 Years Ago
by lxXTaCoXxl
…subject you were asking about though, a game of
Tetris
requires a decent knowledge of arrays. My advice is…helped me learn XNA Framework: Pong Breakout Snake Minesweeper Pacman
Tetris
Super Mario (NES Version) Pokemon Yellow (Just the ….End(); } If you still wish to pursue the
Tetris
clone I can answer any further questions you have about…
Making a Tetris Game on Pascal
Programming
Software Development
10 Years Ago
by Razi_1
So basically I want to make a
tetris
game with Pascal as a project I am working on. … game should be all in a procedure if possible. Procedure
Tetris
; {
Tetris
?} var x,y,i,c:byte; begin x:=5; y…
Wii Fit helps legless, Tetris helps traumatised
Hardware and Software
16 Years Ago
by happygeek
… and control for these patients. Meanwhile, that classic game of
Tetris
has found a place in the first aid box as…/journal.pone.0004153"]claiming[/URL] that a game of
Tetris
can help overcome the symptoms associated with Post Traumatic Stress…
C# Tetris game questions
Programming
Software Development
12 Years Ago
by king03
… some questions please help me., 1. if I make a
tetris
game out of c# will it be difficult to do… any other ideas on how I can make the classic
tetris
game a better one? Like additional features or maybe some…
Re: C# Tetris game questions
Programming
Software Development
12 Years Ago
by skatamatic
1 - Doesn't have to be. 2 - Possibly, depending on how much time it takes to make the graphics look good 3 - OpenGL has a steep learning curve, XNA is OK but for something simple like
tetris
simple GDI+ calls would probably be easiest 4 - There is no way to make
tetris
better, unfortunately. It is perfect in every way.
xna tetris for csharp
Programming
Software Development
12 Years Ago
by king03
… help on how to create a remake of the popular
tetris
game for my csharp project. I am wondering how I… will be able to design the
tetris
blocks on my own, I mean can I do it…
Re: xna tetris for csharp
Programming
Software Development
12 Years Ago
by king03
okay so that's how it works! Thank you very much, by the way? Can you suggest any 3d modeler that I can use for my
tetris
??? Plsss...
Re: c# tetris game tutorial
Programming
Software Development
12 Years Ago
by acejames1
the
tetris
game is a trademark game and it is illigal to … would ask you would already know how to make a
tetris
game not to mention you could get 250000$ in fines…
I need HELP from anyone who has made TETRIS
Programming
Software Development
15 Years Ago
by Xeros606
I have to have
Tetris
made in Java in 3-5 weeks, but I haven'…
Re: I need HELP from anyone who has made TETRIS
Programming
Software Development
15 Years Ago
by Salem
> I have to have
Tetris
made in Java in 3-5 weeks, but I haven'…
Re: I need HELP from anyone who has made TETRIS
Programming
Software Development
15 Years Ago
by jwenting
Week 0: come up with a different product name. The name "
Tetris
" is trademarked worldwide and the owners are extremely agressive in enforcing that trademark, taking anyone using it without permission to court even if there's no commercial interest.
Re: I need HELP from anyone who has made TETRIS
Programming
Software Development
15 Years Ago
by white feather
[QUOTE=jwenting;1190095]Week 0: come up with a different product name. The name "
Tetris
" is trademarked worldwide and the owners are extremely agressive in enforcing that trademark, taking anyone using it without permission to court even if there's no commercial interest.[/QUOTE] lol
XNA Tetris Collision and bucket array
Programming
Software Development
14 Years Ago
by btbam006
I am designing a
Tetris
game and am having trouble adding in the array for …
Java Tetris
Programming
Software Development
14 Years Ago
by ll_jesse_ll
… someone could help me here. I had to make a
Tetris
game using eclipse for my intro to Java programming class…
c# tetris game tutorial
Programming
Software Development
12 Years Ago
by king03
Hi there guys may I ask if there's anyone here who has a complete guide or maybe just a guide on how to make the
tetris
game in c#? Thank you very much I really need your help.
1
2
3
8
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