This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mackan90096's profile picture

[GAME] GemMiner

Started by Mackan90096, 12 April 2013 - 06:16 PM
Mackan90096 #1
Posted 12 April 2013 - 08:16 PM
Hi there!
I just finished the first version of my game GemMiner
It needs an advanced computer too.

Currently it doesn't have saving functions..

But it has an installer:

http://pastebin.com/L8zdrWbg

And, I could NOT have done it without the help of:

Lordlkol
Smiley43210
SuicidalSTDz
diegodan1893
theoriginalbit
JokerRH
Kingdaro

Great thanks to you guys!

Instead of screenshots, I made a video: https://www.dropbox.com/s/282ovqas2nda4on/gemminer.avi
theoriginalbit #2
Posted 12 April 2013 - 08:29 PM
Great thanks to you guys! Screenshots will come!
No worries, but I really didn't do much…

It needs an advanced computer too.
Might I suggest that you add this code to the start. It will make sure that the user has the correct version of CC and its an advanced computer…

if not term.isColor then
  error( "This game requires ComputerCraft 1.4+ to play", 0)
elseif not term.isColor() then
  error( "This game requires and Advanced Computer to play", 0)
end
Also in your installer you may want to add

if not http then
  error( "This installer requires the http API to be enabled", 0)
end
Mackan90096 #3
Posted 12 April 2013 - 08:34 PM
Great thanks to you guys! Screenshots will come!
No worries, but I really didn't do much…

It needs an advanced computer too.
Might I suggest that you add this code to the start. It will make sure that the user has the correct version of CC and its an advanced computer…

if not term.isColor then
  error( "This game requires ComputerCraft 1.4+ to play", 0)
elseif not term.isColor() then
  error( "This game requires and Advanced Computer to play", 0)
end
Also in your installer you may want to add

if not http then
  error( "This installer requires the http API to be enabled", 0)
end

That sounds like great ideas! I'll add that. :)/>
nutcase84 #4
Posted 13 April 2013 - 11:13 AM
No pics, no clicks.
LBPHacker #5
Posted 13 April 2013 - 10:32 PM
Oookaayy… You didn't think about custom terminal size, did you?
Spoiler
theoriginalbit #6
Posted 13 April 2013 - 10:35 PM
No pics, no clicks.
Seriously dude, get over it……. all you ever post in are threads without pictures saying "No pics, no clicks." … most of which all say that screenshots are coming soon …
Mackan90096 #7
Posted 14 April 2013 - 08:53 AM
Oookaayy… You didn't think about custom terminal size, did you?
Spoiler

Because I'm using a picture for The frame, no.
LBPHacker #8
Posted 14 April 2013 - 09:27 AM
-snip-
That's not the only way to draw the frame. Consider using paintutils.drawLine.
jesusthekiller #9
Posted 15 April 2013 - 06:07 AM
Nice app you have there :)/>
TheOddByte #10
Posted 18 April 2013 - 10:35 AM
May I ask this: What kind of game it is? What do you do?
And please try to add screenshots soon since I guarantee that people will test this if they see a screenshot.
I would love to test this but i'm not on my computer right now so..
Spongy141 #11
Posted 19 April 2013 - 04:00 AM
Nice, its nice to see more games being made than OSes.
TheOddByte #12
Posted 19 April 2013 - 12:43 PM
I'm also glad that more people have started making games instead of OSes but Idk what the purpose of this game is..
Like how do you get a multiplier and stuff, And can you even win or do you just press random gems until you die irl? :P/>