Mirage Source

Free ORPG making software.
It is currently Fri Apr 19, 2024 10:07 pm

All times are UTC




Post new topic Reply to topic  [ 324 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 13  Next
Author Message
 Post subject:
PostPosted: Sat Aug 26, 2006 12:02 am 
Offline
Community Leader
User avatar

Joined: Mon May 29, 2006 1:00 pm
Posts: 2538
Location: Sweden
Google Talk: johansson_tk@hotmail.com
Yeah, but it was more difficult that I thought in the begining. I might create a new one. And hopefully that one will work.

And the download above is the source code.

_________________
I'm on Facebook!My Youtube Channel Send me an email
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 12:11 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
I guess I'll start a Java one :).

But you guys have a head start :(.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 1:21 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
How many slots are there normally vertically and horizontally?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 1:50 am 
Offline
Knowledgeable
User avatar

Joined: Sun May 28, 2006 10:07 pm
Posts: 327
Location: Washington
I'm doing 10x20


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 2:03 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
I set it to 30x60 xD


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 2:09 am 
Offline
Knowledgeable
User avatar

Joined: Sun May 28, 2006 10:07 pm
Posts: 327
Location: Washington
This is what I have so far.. a random display of blocks on the map (game screen).
Image

Doing this project in Visia. :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 2:22 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
I have all that...AND a bag of chips. :)

naa...just that and they move down :).


Last edited by Misunderstood on Sun Aug 27, 2006 1:54 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 2:22 am 
Offline
Pro
User avatar

Joined: Mon May 29, 2006 3:26 pm
Posts: 493
Location: São Paulo, Brasil
Google Talk: blackagesbr@gmail.com
I've done this in a few hours. Just a test, not done yet.

It's a 11X16 screen, and each square is 16X16 pixels.
The shapes are not designed yet, I need to do that, becouse actualy it's only 1X1 shapes xD
But it's perfectly working, it checks the if the line is done and remove it. I'll add a score system, randomly colored squares and then add shapes.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 5:07 am 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
well this isnt for this but I made a snake game learning how to program... its basic and all but its a start... its where you can move the snake and get food to increase length... then it randomly places the food somewhere else... I need to work on adding walls that kill you and if you hit yourself then you die. But anyways if anyone wants me to post it let me know... im working on the if you hit yourself you die sounds easy to do.
EDIT::

Tonight to my snake game I added where if you hit the border you die. Also I added a score where you get 10 points every time you eat a food.

Im going to add when it hits itself it dies. Also save you score and have high scores. Then after you reach a certain score you move to a new level that the snake moves faster.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 4:37 pm 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Thats pretty cool halla :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 5:51 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
If you want an example of a GOOD snake game, check out Rattler Race... My grandma had it on her Win 3.1 computer :D

_________________
I'm on Facebook! Google Plus LinkedIn My Youtube Channel Send me an email Call me with Skype Check me out on Bitbucket Yup, I'm an EVE Online player!
Why not try my app, ColorEye, on your Android devlce?
Do you like social gaming? Fight it out in Battle Juice!

I am a professional software developer in Salt Lake City, UT.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 7:39 pm 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Done :)
All 7 shapes, all 4 rotations, clears the line if it needs to. Etc.
But im gonna prettify it and make it look cool, maybe some more features too :P.
http://xs305.xs.to/xs305/06346/tetris.png


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 26, 2006 8:23 pm 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Good work I think you are the first to complete it

EDIT::

Update on my Snake Game... (if anyone cares)

I got it so any border you hit now you are taken to a end game screen. That screen then shows what your score was and has a feature to start a new game (which I have to finish still).

I also added a seperate picture for the head of the snake and depending on what direction you are facing it has a different one (so its eyes/mouth are facing the right way all the time.)

I was wondering how to go about doing the wall image around instead of just end of form you die. I was thinking to blt it around the entire map but that would slow it down some right and im not sure how to go about that other than blting each block seperately which is a lot of useless code I dont need im sure... would it be better to just use picture boxes or do it another way.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:09 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Update :)
Image
Ctrl Stores the current piece.
P or Pause Break pauses, R restarts the game.
Space finishes the piece(moves it as far down as possible)
Shows your score
See: http://en.wikipedia.org/wiki/Tetris for how it scores

shows the amount of lines you have of singles doubles triples and tetrises(4 lines)

shows whats coming up and whats on hold.
Shows where the piece will go.

Ill post the download and source soon. I thnk I want to add levels though, I'm not sure how I should increase the levels, at what point should you gain a new level?


Last edited by Misunderstood on Sun Aug 27, 2006 1:13 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:24 am 
Offline
Banned
User avatar

Joined: Mon Jun 05, 2006 9:22 pm
Posts: 394
Location: USA
Can u make the block pretty and graphical like Veri is doing? :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:31 am 
Offline
Pro
User avatar

Joined: Thu Jun 01, 2006 5:52 pm
Posts: 461
Magnus wrote:
Can u make the block pretty and graphical like Veri is doing? :)


Yes you should do that :P.

So bored.. xD
Image


Last edited by Mithlomion on Sun Aug 27, 2006 12:36 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:36 am 
Offline
Knowledgeable
User avatar

Joined: Thu Jun 29, 2006 12:11 am
Posts: 120
Nice blocks mith o.o

_________________
©Krloz 2004-2006. all rights, lefts and other directions reserved
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:36 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Are they 15x15? If they are then will do :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 12:37 am 
Offline
Pro
User avatar

Joined: Thu Jun 01, 2006 5:52 pm
Posts: 461
Ya i saw i needed to do them 15x15, i did em 14x14 first.. updated.

- Edit -

- Reordered as you said, before u deleted ur post xD -

Allright i hope i did get this right now :o. Im pretty sleepy.

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 1:14 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Updated the pic with miths squares :) Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 1:16 am 
Offline
Pro
User avatar

Joined: Thu Jun 01, 2006 5:52 pm
Posts: 461
Ooh, looks cool. Only things that bugs me is that the blocks don't have any lines on the left and bottom side of the squares.. :P.. But if they would they would have double black lines when starting next to eachother :(.

Maybe change the colour of the backround to very dark blue, or black? :o.. I think that would actually look even better.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 1:37 am 
Offline
Pro

Joined: Mon May 29, 2006 1:40 pm
Posts: 430
Update for Mr. Picky :P
Image
Whoops forgot the other backgrounds
picture those as black too :P

I deleted the post cause I realized was being stupid and I could just reorder the enum and it wouldn't affect anything xD. Sorry :(


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 10:47 am 
Offline
Pro
User avatar

Joined: Thu Jun 01, 2006 5:52 pm
Posts: 461
Dont worry about it. Looks nice :D.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 1:56 pm 
Offline
Knowledgeable
User avatar

Joined: Thu Jun 29, 2006 12:11 am
Posts: 120
Nice tetris miss =O

and mith :offtopic:

Code:
Database Error: Lost connection to MySQL server during query
File: /mounted-storage/home11/sub002/sc16922-LMRL/godborn.com/forums/Sources/Security.php
Line: 271Database Error: MySQL server has gone away
File: /mounted-storage/home11/sub002/sc16922-LMRL/godborn.com/forums/Sources/Load.php
Line: 1981


>.> cant go on ur forums

_________________
©Krloz 2004-2006. all rights, lefts and other directions reserved
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 27, 2006 4:05 pm 
Offline
Pro
User avatar

Joined: Thu Jun 01, 2006 5:52 pm
Posts: 461
I know, something realy messed up with my host, the databases.. dies all the time.

Ive sent mail allready, i realy hope they fix it soon. Its just temporary, its down like 1 min or so.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 324 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 13  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group