Author Topic: TheBlackParrot's Game Dump (New - Minesweeper!)  (Read 5841 times)

Minesweeper
Oh come on, who doesn't know about this game? Even your grandmother knows.
Keybind only.



https://bitbucket.org/TheBlackParrot/blockland-minesweeper-gui/downloads/Client_Mines.zip
Git Repo: https://bitbucket.org/TheBlackParrot/blockland-minesweeper-gui

Avoider
Essentially your average "avoid falling things" game, except it's controlled via mouse.
Keybind option is available. (Main Menu button soon be to removed)



https://bitbucket.org/TheBlackParrot/blockland-avoider-gui/downloads/Client_Avoider.zip
Git Repo: https://bitbucket.org/TheBlackParrot/blockland-avoider-gui

I'll put more here as I get things done
« Last Edit: April 29, 2013, 10:42:42 PM by TheBlackParrot »

This looks pretty awesome. It'll be nice to have some more GUI games like tetris

I've always thought we needed more of these.


have like a miniature 2d version of blockland or something

have like a miniature 2d version of blockland or something
That'd be awesome. Like, where you click, it'd add a 1x1. You can shoot a gun to destroy the bricks, or use a hammer.
« Last Edit: April 06, 2013, 05:53:37 PM by Boink! »

That'd be awesome. Like, where you click, it'd add a 1x1. You can shoot a gun to destroy the bricks, or use a hammer.
would be kinda boring

would be kinda boring
Well there's really nothing else.


make pacman!
I'm tempted to. :o

I was trying to fix the collision in Avoider as it's not 100% perfect, and literally everything I've tried does not work on all 4 sides.
Right now in the download, it's:
Code: [Select]
if(%posx >= %astx && %posx <= %astx + %astextx && %posy >= %asty && %posy <= %asty + %astexty)(%posx = ship position, %polovetx = ship's width, %astx = asteroid position, %astextx = asteroid width, and smiliarly with the y ones)
except that doesn't work 100%.

I have made the asteroids a little less jittery and centered the ship though. That'll be updated when this is fixed and I should be done with it completely once it is fixed.

We need someone to make Tetris so when blockland gets more fame people can say how if loading in a server takes too long you can play Tetris!

We need someone to make Tetris so when blockland gets more fame people can say how if loading in a server takes too long you can play Tetris!

Already done.

We need someone to make Tetris so when blockland gets more fame people can say how if loading in a server takes too long you can play Tetris!


Been done since like v14 or something, I remember always accidentally hitting my bind for it lol.

i remember getting that minigame addon but it never worked for me.

https://bitbucket.org/TheBlackParrot/blockland-minesweeper-gui

Started on a Minesweeper game, although it's proving to be much more difficult to make compared to Avoider.