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

Dots, Colorful ATARI based game.

Started by secret1timb7, 01 December 2013 - 02:16 PM
secret1timb7 #1
Posted 01 December 2013 - 03:16 PM
Download : pastebin get gAj8rZZL installer
Spent two hours making the installer finally noticing that is is shell.run() not os.run() :blink:/>


Hello, this is my very first game that iv PUBLISHED, I made others but gave up on them but now i finally made a finished one. And its in color!

Controls : Left = go left, Right = go right, Up = shoot

Each time you move or shoot a random bad AI shoots, I use math.random(0, 9) so it is completely random.
You have 3 lives, you try to survive as long as you can
Each time you kill all of them a new round starts and they all re-spawn
This is basically a game of luck, They cannot kill you if your in-between them.

POST YOUR SCORE BELOW :)/>
-
Kills:
Rounds:
-
[TEXTURE PACKS] :)/>
Want to make a "Texture-Pack" for the Atari based game?
Download npaintpro by nitrogenfingers and edit the .nfp's in dotsDATA
And post dem textures below!
[TEXTURE PACKS]

-Credit to nitrogen-fingers because i am using his game-utils API to load sprites, Without him, this game wouldn't be possible :D/> :D/> :D/> :D/> :D/>

You want dem screenies? I want dem screenies.

-Screenies-








Thanks! Tell me what you think.

BTW, Try out diabloniels awesome computercraft no whitelisted server :D/>
http://www.computerc...plots-survival/
Thanx!
:lol:/>




FEATURED TEXTURE PACKS AND MODS:

-Dark cave by (IngameName) CharPar3
Installation:
Type this in term
delete /dotsData/background.nfp
pastebin get TyzNeAa1 /dotsData/background.nfp
delete /dotsData/char.nfp
pastebin get SrKRryRQ /dotsData/char.nfp
delete /dotsData/bad.nfp
pastebin get Xuawnqt8 /dotsData/bad.nfp

Screenie:

Edited on 02 December 2013 - 07:43 PM
BillyTheCodingKid #2
Posted 01 December 2013 - 06:22 PM
Great job. my high score was 2 kills Horay
secret1timb7 #3
Posted 01 December 2013 - 08:28 PM
Great job. my high score was 2 kills Horay

Horay
Bomb Bloke #4
Posted 02 December 2013 - 05:32 PM
Doesent have a error message sorry, i keep searching online but cant find any to make a error message for non advanced pc :C.
if term.isColor() then
  print("I'm running on an advanced system.")
else
  error("I'm not running on an advanced system!",0)
end

You'll also want to check the results of term.getSize() to ensure that the screen is large enough for your program. Turtles have smaller displays.
secret1timb7 #5
Posted 02 December 2013 - 06:05 PM
Doesent have a error message sorry, i keep searching online but cant find any to make a error message for non advanced pc :C.
if term.isColor() then
  print("I'm running on an advanced system.")
else
  error("I'm not running on an advanced system!",0)
end

You'll also want to check the results of term.getSize() to ensure that the screen is large enough for your program. Turtles have smaller displays.

Mkay i'm adding the term.isColor(), But i dont think the term.getSize() is necessary.
Iv seen hundreds of videos and pics on computercraft and iv never seen anyone use a treasure disc with a turtle, If they want turtle programs why dont they just go in the "Turtle programs" section.
secret1timb7 #6
Posted 02 December 2013 - 06:49 PM
Oh my gosh, this is my first game and i have 13K+ Views. Thank you so much guys :D/>!
theoriginalbit #7
Posted 02 December 2013 - 07:01 PM
Iv seen hundreds of videos and pics on computercraft and iv never seen anyone use a treasure disc with a turtle
Treasure disks are new, so of course you've not seen it. Also

If they want turtle programs why dont they just go in the "Turtle programs" section.
1. Some people make their programs compatible with all, meaning that they're not always in the Turtle section;
2. Some people, like me, prefer to have one topic to make it easier to maintain;

-snip-
I've fixed the code example on the term.isColor page now too ;)/>

Oh my gosh, this is my first game and i have 13K+ Views. Thank you so much guys :D/>!
Good job on figuring out that you can use an auto refresher
Edited on 02 December 2013 - 06:02 PM
Bomb Bloke #8
Posted 02 December 2013 - 07:04 PM
Regardless as to whether you want your program to "work" on a turtle, the idea is that it should correctly provide an error message when you try to run it on an incompatible system - like a turtle.

While it may already be too late for you, I strongly suggest you drop the idea of any further mention of view counts immediately.
Edited on 02 December 2013 - 06:09 PM
secret1timb7 #9
Posted 02 December 2013 - 07:20 PM
Regardless as to whether you want your program to "work" on a turtle, the idea is that it should correctly provide an error message when you try to run it on an incompatible system - like a turtle.
said by Bomb Bloke
I know i'm supposed to be mature and all, But that sounded really retarted. Sureee, Im trying to make it have less lines lets just add like 9 more lines just to make it have a error message when i can easily put on the forum "Advanced computer only!" Great idea!(i'm being sarcastic if you really thing i meant that)

Iv seen hundreds of videos and pics on computercraft and iv never seen anyone use a treasure disc with a turtle
Treasure disks are new, so of course you've not seen it. Also

If they want turtle programs why dont they just go in the "Turtle programs" section.
1. Some people make their programs compatible with all, meaning that they're not always in the Turtle section;
2. Some people, like me, prefer to have one topic to make it easier to maintain;

-snip-
I've fixed the code example on the term.isColor page now too ;)/>

Oh my gosh, this is my first game and i have 13K+ Views. Thank you so much guys :D/>!
Good job on figuring out that you can use an auto refresher

DDossing is illegal, If i did id probably get a fine or be in jail by now.
Edited on 02 December 2013 - 06:18 PM
theoriginalbit #10
Posted 02 December 2013 - 07:24 PM
DDossing is illegal, If i did id probably get a fine or be in jail by now.
DDOSing is not the same as auto-refreshing. Actually they're very, very, different!
One of the most popular program on these forums to date was a fantastic program by nitrogenfingers which gained 10k views in two weeks. There is no way possible that this program, given this community, could have got 18k views in a little under a day without some kind of other means at increasing post count, such as an auto refresher.
secret1timb7 #11
Posted 02 December 2013 - 07:28 PM
DDossing is illegal, If i did id probably get a fine or be in jail by now.
DDOSing is not the same as auto-refreshing. Actually they're very, very, different!
One of the most popular program on these forums to date was a fantastic program by nitrogenfingers which gained 10k views in two weeks. There is no way possible that this program, given this community, could have got 18k views in a little under a day without some kind of other means at increasing post count, such as an auto refresher.

DDOS
Distributed Denial of Service (network attack; also seen as DDSA)
Sources : http://acronyms.thefreedictionary.com/DDOS


DDOS attack : Rather a spam of connecting to a ip/host trying to shutdown there internal server/Or gaining other resources
There not different at all.
theoriginalbit #12
Posted 02 December 2013 - 07:35 PM
-snip-
*facepalm* good job. You quoted some web sources in an attempt to correct a person who has actually studied networking and networking security at university and has several friends with degrees in network security.
secret1timb7 #13
Posted 02 December 2013 - 07:39 PM
-snip-
*facepalm* good job. You quoted some web sources in an attempt to correct a person who has actually studied networking and networking security at university and has several friends with degrees in network., btw your so awesome

Google doesent lie
theoriginalbit #14
Posted 02 December 2013 - 07:41 PM
Google doesent lie
No 'cause its a service that returns results based on a search term. I guess ignorance is bliss.
distantcam #15
Posted 02 December 2013 - 07:46 PM
Google doesent lie

LMFAO Cause everything on the internet is right.

A Distributed Denial of Service requires more than one machine participating in the attack. An auto-refresher you're running on a single machine is not distributed, and is not a denial of service attack because it's not trying to break the target or cause long running web requests.

Countdown till ban & lock…
secret1timb7 #16
Posted 02 December 2013 - 07:48 PM
DDOS is multiple machines,
DOS is 1
theoriginalbit #17
Posted 02 December 2013 - 07:57 PM
DDOS is multiple machines,
DOS is 1
Uhhh. What exactly are your sources?
I think that maybe you should read up on some computer science. Here you go I'll get you started on the path to enlightenment. (D)DoS attack on wikipedia; wikipedia is one of the best resources for the computer sciences, especially when you go and read the references of articles and any further reading that is suggested.
secret1timb7 #18
Posted 02 December 2013 - 08:07 PM
The link you just told me said (D)DoS attack on wikipedia
(D)DoS,
Even you just said it secretly yourself without knowing it

(D) -can be multiple Dos - one

2 D's
Multiple
I'm in 7th grade, I know c++, c#, vb, html, javascript, php, lua, batch, some java.
I also know how to rat people with DarkComet, Find exploits in websites, Use exploits in websites, And replace .js'es to make exploits with fiddler.
I helped make the 7 injector for roblox.
Me and a team on hackforums DDosed a small website and took it down for testing purpouses.
You may be smarter and networking but i am smarter with exploiting and hacking.

Google doesent lie

LMFAO Cause everything on the internet is right.

A Distributed Denial of Service requires more than one machine participating in the attack. An auto-refresher you're running on a single machine is not distributed, and is not a denial of service attack because it's not trying to break the target or cause long running web requests.

Countdown till ban & lock…

They can ban me but not ipban me, 1. I'm using a computer at my dads house till mine gets fixed. 2. I use tor anyways,
secret1timb7 #19
Posted 02 December 2013 - 08:15 PM
Just found plusone.js
http://pastebin.com/qbViNR6n
Can easily make a exploit for it and replace it using fiddler
theoriginalbit #20
Posted 02 December 2013 - 08:19 PM
I'm in 7th grade, I know c++, c#, vb, html, javascript, php, lua, batch, some java.
I also know how to rat people with DarkComet, Find exploits in websites, Use exploits in websites, And replace .js'es to make exploits with fiddler.
I helped make the 7 injector for roblox.
Me and a team on hackforums DDosed a small website and took it down for testing purpouses.
You may be smarter and networking but i am smarter with exploiting and hacking.
That's cute. I'll just continue to let you think that if it helps you sleep better at night.
secret1timb7 #21
Posted 02 December 2013 - 08:39 PM
Whatever, You shouldof saw me on tv at the georgia tech fair, I won.
theoriginalbit #22
Posted 02 December 2013 - 08:42 PM
Georgia the state or country?
Lyqyd #23
Posted 02 December 2013 - 08:52 PM
Let this be a lesson to not artificially increase view count.