Quick ?... Nub Game Example?

Started by
6 comments, last by Draco5869 20 years, 9 months ago
Alright, friend and i are starting to program. What should i make that''s like tetris but isn''t tetris? Ideas plz? Probably would use the window API unless i get around to somethhing else (which i won''t). ----------------------------------------------------------- Like a sponge!
-----------------------------------------------------------Like a sponge!
Advertisement
I R Weasel!

I think you should start with Pong, you can manage that in GDI I think.

.lick
Maybe Columns(like tetris, but you match colors instead of shapes)? Besides that, I don''t think there is anything you can do well with WinAPI



--------
Leave all your expectations behind, or
they''ll pull you down on your way to the top.

-Ivan
-----------------------------------------------------It's better to rule in hell than to serve in heaven.------------------------------------------------------Ivan
Then should we jump to OpenGL or DX?

-----------------------------------------------------------
Like a sponge!
-----------------------------------------------------------Like a sponge!
Nooooooo,

I always recommend using SDL (www.libsdl.org).

It's a multimedia library that allows quick and easy window creation, graphics and input etc in 2D. It also provides 3D using OpenGL, so when you do step into the third dimension it serves as a helping hand.


[edited by - m_wherrett on July 4, 2003 5:56:49 AM]
Alrighty, but WHAT should we make? any quick suggestions?

-----------------------------------------------------------
Like a sponge!
-----------------------------------------------------------Like a sponge!
Oh! Here''s an idea. How about a Tetris where the field is very tall. Now, the blocks come out of the side, and go randomly either up or down. And, you could also add (if wanted) little dots in the field that switch the direction of the gravity. Just a crazy idea, but it seems kinda cool. Plus it would make for some pretty cool ''Upward Cascades''. :D

-- M I S F I T S --
-- M I S F I T S --
=) good idea

-----------------------------------------------------------
Like a sponge!
-----------------------------------------------------------Like a sponge!

This topic is closed to new replies.

Advertisement