695 posts
Location
In my basement.
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/L8zdrWbgAnd, 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
7508 posts
Location
Australia
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
695 posts
Location
In my basement.
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. :)/>
770 posts
Location
In My Lonely Little Computer Corner
Posted 13 April 2013 - 11:13 AM
No pics, no clicks.
758 posts
Location
Budapest, Hungary
Posted 13 April 2013 - 10:32 PM
Oookaayy… You didn't think about custom terminal size, did you?
Spoiler
7508 posts
Location
Australia
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 …
695 posts
Location
In my basement.
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.
758 posts
Location
Budapest, Hungary
Posted 14 April 2013 - 09:27 AM
-snip-
That's not the only way to draw the frame. Consider using paintutils.drawLine.
587 posts
Location
Wrocław, Poland
Posted 15 April 2013 - 06:07 AM
Nice app you have there :)/>
1852 posts
Location
Sweden
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..
645 posts
Location
'Merica
Posted 19 April 2013 - 04:00 AM
Nice, its nice to see more games being made than OSes.
1852 posts
Location
Sweden
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/>