Jump to content




Dots, Colorful ATARI based game.


  • This topic is locked This topic is locked
22 replies to this topic

#1 secret1timb7

  • Banned
  • 23 posts

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-

Posted Image



Posted Image


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:

Posted Image

Edited by secret1timb7, 02 December 2013 - 08:43 PM.


#2 BillyTheCodingKid

  • Members
  • 5 posts

Posted 01 December 2013 - 06:22 PM

Great job. my high score was 2 kills Horay

#3 secret1timb7

  • Banned
  • 23 posts

Posted 01 December 2013 - 08:28 PM

View PostBillyTheCodingKid, on 01 December 2013 - 06:22 PM, said:

Great job. my high score was 2 kills Horay

Horay

#4 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 02 December 2013 - 05:32 PM

View Postsecret1timb7, on 02 December 2013 - 05:15 PM, said:

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.

#5 secret1timb7

  • Banned
  • 23 posts

Posted 02 December 2013 - 06:05 PM

View PostBomb Bloke, on 02 December 2013 - 05:32 PM, said:

View Postsecret1timb7, on 02 December 2013 - 05:15 PM, said:

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.

#6 secret1timb7

  • Banned
  • 23 posts

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!

#7 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 07:01 PM

View Postsecret1timb7, on 02 December 2013 - 06:05 PM, said:

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

View Postsecret1timb7, on 02 December 2013 - 06:05 PM, said:

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;

View PostBomb Bloke, on 02 December 2013 - 05:32 PM, said:

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

View Postsecret1timb7, on 02 December 2013 - 06:49 PM, said:

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 by theoriginalbit, 02 December 2013 - 07:02 PM.


#8 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

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 by Bomb Bloke, 02 December 2013 - 07:09 PM.


#9 secret1timb7

  • Banned
  • 23 posts

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)

View Posttheoriginalbit, on 02 December 2013 - 07:01 PM, said:

View Postsecret1timb7, on 02 December 2013 - 06:05 PM, said:

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

View Postsecret1timb7, on 02 December 2013 - 06:05 PM, said:

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;

View PostBomb Bloke, on 02 December 2013 - 05:32 PM, said:

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

View Postsecret1timb7, on 02 December 2013 - 06:49 PM, said:

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 by secret1timb7, 02 December 2013 - 07:18 PM.


#10 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 07:24 PM

View Postsecret1timb7, on 02 December 2013 - 07:20 PM, said:

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.

#11 secret1timb7

  • Banned
  • 23 posts

Posted 02 December 2013 - 07:28 PM

View Posttheoriginalbit, on 02 December 2013 - 07:24 PM, said:

View Postsecret1timb7, on 02 December 2013 - 07:20 PM, said:

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.thef...ionary.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.

#12 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 07:35 PM

View Postsecret1timb7, on 02 December 2013 - 07:28 PM, said:

-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.

#13 secret1timb7

  • Banned
  • 23 posts

Posted 02 December 2013 - 07:39 PM

View Posttheoriginalbit, on 02 December 2013 - 07:35 PM, said:

View Postsecret1timb7, on 02 December 2013 - 07:28 PM, said:

-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

#14 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 07:41 PM

View Postsecret1timb7, on 02 December 2013 - 07:39 PM, said:

Google doesent lie
No 'cause its a service that returns results based on a search term. I guess ignorance is bliss.

#15 distantcam

  • Members
  • 139 posts
  • LocationChunk 0

Posted 02 December 2013 - 07:46 PM

View Postsecret1timb7, on 02 December 2013 - 07:39 PM, said:

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...

#16 secret1timb7

  • Banned
  • 23 posts

Posted 02 December 2013 - 07:48 PM

DDOS is multiple machines,
DOS is 1

#17 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 07:57 PM

View Postsecret1timb7, on 02 December 2013 - 07:48 PM, said:

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.

#18 secret1timb7

  • Banned
  • 23 posts

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.

View Postdistantcam, on 02 December 2013 - 07:46 PM, said:

View Postsecret1timb7, on 02 December 2013 - 07:39 PM, said:

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,

#19 secret1timb7

  • Banned
  • 23 posts

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

#20 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 02 December 2013 - 08:19 PM

View Postsecret1timb7, on 02 December 2013 - 08:05 PM, said:

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.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users