Mirage Source
A Challenge! - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: A Challenge! (/showthread.php?tid=260)

Pages: 1 2 3


- Misunderstood - 26-08-2006

I have all that...AND a bag of chips. Smile

naa...just that and they move down Smile.


- Dragoons Master - 26-08-2006

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: tetrislq5.jpg]


- halla - 26-08-2006

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.


- Misunderstood - 26-08-2006

Thats pretty cool halla Smile


- Misunderstood - 26-08-2006

Done Smile
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 Tongue.
http://xs305.xs.to/xs305/06346/tetris.png


- halla - 26-08-2006

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.


- Misunderstood - 27-08-2006

Update Smile
[Image: tetrs3.png]
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?


- Mithlomion - 27-08-2006

Magnus Wrote:Can u make the block pretty and graphical like Veri is doing? Smile

Yes you should do that Tongue.

So bored.. xD
[Image: tetrispj6.png]


- Krloz - 27-08-2006

Nice blocks mith o.o


- Misunderstood - 27-08-2006

Are they 15x15? If they are then will do Smile


- Mithlomion - 27-08-2006

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: tetrisxa6.png]


- Misunderstood - 27-08-2006

Updated the pic with miths squares Smile Thanks


- Mithlomion - 27-08-2006

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.. Tongue.. But if they would they would have double black lines when starting next to eachother Sad.

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


- Misunderstood - 27-08-2006

Update for Mr. Picky Tongue
[Image: tetris4.PNG]
Whoops forgot the other backgrounds
picture those as black too Tongue

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 Sad


- Mithlomion - 27-08-2006

Dont worry about it. Looks nice Big Grin.


- Krloz - 27-08-2006

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


- Mithlomion - 27-08-2006

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.


- Misunderstood - 27-08-2006

I don't have a host Smile I was planning on putting it on one of those free crappy file hosts.


- Misunderstood - 27-08-2006

Very well then
http://kingdomofcryshall.com/Tetris.jar

if you have problems running it, Like Mr verr did over here, run it from the command line
type java -jar "path"

My record(didn't play it much) is...44,400 at level 6 8,5,2,11(single, doubles, triples, tetrises)

Source: http://kingdomofcryshall.com/tetris.zip


- Mithlomion - 27-08-2006

Or you could have asked me Tongue.


- pingu - 27-08-2006

Oops, found a bug.

Hit "P" and see what happens.


- Misunderstood - 27-08-2006

That bug only happens after you gain a level and its fixed now. I just havent uploaded it Smile. But if you insist its uploaded now Tongue...

Theres also a problem with the I's phantom sometimes.


- William - 28-08-2006

I cant run it =/


- halla - 28-08-2006

Good work mis. Seems like a finished Tetris game to me. All the features of the others before.

If anyone cares here SS's and download of my snake game. Pardon the crap graphics as I have been doing the code and not worrying about that yet. Anyone feel free to make a better snake, border, or logo Smile

Also any suggestions to spice up snake would be appreciated.

SCREENSHOTS:
[Image: snakeSS1.gif]
[Image: snakeSS2.gif]

DOWNLOAD:
http://www.flawsin.com/Snake.rar


- Liz - 28-08-2006

Hehe, looking nice Missy! I'd be making a tetris clone, but I'm in the boring land of Fargo, ND.... and I only have my crappy laptop.

@ Halla- Link is dead...