Jump to content




The Game Library!



51 replies to this topic

#1 Chub1337

  • New Members
  • 36 posts

Posted 22 February 2012 - 08:35 PM

The ComputerCraft Games Library!


Hey, I had this awesome idea, in my opinion ComputerCraft hasn't got enough games! So, what will we do? Add our own!

So the idea is everyone who has made a game or is making one will post them here, thereby creating a neat list of games for us to play inside minecraft with or against others for example on a server or alone in ssp.

The layout:


[size=6]Title[/size]

Amount of players:
Genre:

Screenshots

[spoiler]
Image1 + description
Image2 + description[/spoiler]


Code
[spoiler][code]--Paste your code here[/code*][/spoiler]

Author:
Credits(optional):


Note, remove the * from [/code*]

How to find/install the games

Singleplayer

For windows users, go to %appdata% then click on: Roaming>.minecraft>Saves>'WorldName'>computer>'ComputerID'

If you don't know the ID of your computer, in the computer type id and it will return it's ID.
In there you can open the existing game with for example notepad (or Notepad++) and copy it to here.
If you want to install a game, create a new text file, paste the code and save it as All types (*.*), make sure you have no .txt at the end!

Multiplayer

If you are the host of the server, go to the 'ServerFolder'>'WorldName'>computer>'ComputerID'
Again, to find the ID of the computer, in the computer type id and it will return it's ID, there you'll be able to find the game.
And installing a game is the same as for singleplayer, paste the code in a new text file and save it as All types (*.*)

If you aren't the host of the server ask the host to check out this page and let him/her install the desired game(s).


List of all games so far

- Pong Download: Pong
- Tunnel Download: Tunnel
- Your awesome game?
-

---------------------------------------------------------------------------------------


I will start with my own recently made game, PONG!

PONG!

Amount of players: 2
Genre: Arcade

Screenshots

Spoiler


Code
Spoiler

Author: Chub1337
Credits: Casper7526 and Cloudy for helping me with handling multiple inputs at the same time.

---------------------------------------------------------------------------------------



I hope you guys will flood this topic with your awesome games!

MTFBWY,

-Chub1337

#2 Chub1337

  • New Members
  • 36 posts

Posted 27 February 2012 - 02:50 PM

Tunnel

Amount of players: 1
Genre: other

Description:

We've probably all played it before, the game where you're a helicopter (or a simple arrow) and you have to navigate trough a horizontal or vertical tunnel.
Well, it's back! And now on ComputerCraft, and it even has it's own highscore system, meaning it saves the best score + their name!


Screenshots

Spoiler

Code

Spoiler

Author: Chub1337

Hope you like it! :D/>

-Chub1337

#3 Liraal

  • New Members
  • 477 posts
  • LocationPoland

Posted 27 February 2012 - 02:53 PM

i'd say you should place this before your code:
if not fs.exists("tunnel_hs") then
local tmp=io.open("tunnel_hs", "w")
tmp:write("Name")
tmp:write(1)
tmp:close()
end

it'll check whether 'tunnel_hs' exists, if not it'll create it

#4 Chub1337

  • New Members
  • 36 posts

Posted 27 February 2012 - 03:00 PM

View PostLiraal, on 27 February 2012 - 02:53 PM, said:

i'd say you should place this before your code:
if not fs.exists("tunnel_hs") then
local tmp=io.open("tunnel_hs", "w")
tmp:write("Name")
tmp:write(1)
tmp:close()
end

it'll check whether 'tunnel_hs' exists, if not it'll create it

Thanks! Added :D/>

#5 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 27 February 2012 - 08:01 PM

Could you please make your files downloadable? My copy and paste isn't working and I really want to play the games

#6 Chub1337

  • New Members
  • 36 posts

Posted 27 February 2012 - 09:49 PM

View PostWolvan, on 27 February 2012 - 08:01 PM, said:

Could you please make your files downloadable? My copy and paste isn't working and I really want to play the games

Done! I've uploaded Pong and Tunnel. Download links are in the first post.

-Chub1337

#7 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 02 March 2012 - 01:51 PM

View PostChub1337, on 27 February 2012 - 09:49 PM, said:

View PostWolvan, on 27 February 2012 - 08:01 PM, said:

Could you please make your files downloadable? My copy and paste isn't working and I really want to play the games

Done! I've uploaded Pong and Tunnel. Download links are in the first post.

-Chub1337
Thank you sir and am I allowed to try to make the pong game network compatible? So that you can play with 2 different networks over rednet

#8 Chub1337

  • New Members
  • 36 posts

Posted 02 March 2012 - 03:28 PM

Sure! Go ahead B)/> But only if you post the result here :unsure:/>

-Chub1337

#9 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 02 March 2012 - 05:31 PM

View PostChub1337, on 02 March 2012 - 03:28 PM, said:

Sure! Go ahead B)/> But only if you post the result here :unsure:/>

-Chub1337
Sure thing and I already do it. It will have spectation mode too! I post it here then B)/>

#10 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 02 March 2012 - 08:14 PM

I finished it but couldn't test at all. Do you have a Server where I could test it? Best would be a server with many people

#11 Chub1337

  • New Members
  • 36 posts

Posted 03 March 2012 - 07:56 AM

I have a private server myself for a small group of friends. It uses hamachi though. And it's not very busy either. Would it still suffice?

-Chub1337

#12 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 03 March 2012 - 10:18 AM

View PostChub1337, on 03 March 2012 - 07:56 AM, said:

I have a private server myself for a small group of friends. It uses hamachi though. And it's not very busy either. Would it still suffice?

-Chub1337
Yeah I think so. I just need some people to test on different computers. And I think I have MUCH Bugs to fix.

#13 Chub1337

  • New Members
  • 36 posts

Posted 03 March 2012 - 10:38 AM

View PostWolvan, on 03 March 2012 - 10:18 AM, said:

View PostChub1337, on 03 March 2012 - 07:56 AM, said:

I have a private server myself for a small group of friends. It uses hamachi though. And it's not very busy either. Would it still suffice?

-Chub1337
Yeah I think so. I just need some people to test on different computers. And I think I have MUCH Bugs to fix.

You can join my temp server via hamachi with the name: CCServer1.3 and the pass: cc

whitelist is ON so please tell me your ingame name first :unsure:/>

-Chub1337

#14 legomaniack

  • New Members
  • 7 posts

Posted 22 March 2012 - 11:43 PM

Working on a space ship game.... dodge and shoot asteroids as you fly through space!

#15 Chub1337

  • New Members
  • 36 posts

Posted 23 March 2012 - 05:08 PM

Sounds nice! Looking forward to it :(/>

#16 Dreamlash

  • New Members
  • 12 posts

Posted 23 March 2012 - 06:22 PM

Those games plus the future Asteroids CC version are too classy, congrats guys : D

#17 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 23 March 2012 - 06:54 PM

View PostDreamlash, on 23 March 2012 - 06:22 PM, said:

Those games plus the future Asteroids CC version are too classy, congrats guys : D
future asteroids CC version?

#18 tommyroyall

  • Members
  • 136 posts

Posted 24 March 2012 - 01:48 AM

Hey guys. I have nearly mastered RinAPI (used for physics, entities, etc. and specifically game dev) and I have MineDwarf as a blank slate, and I was hoping for any good ideas if you guys have them.

#19 BigSHinyToys

  • Members
  • 1,001 posts

Posted 24 March 2012 - 12:56 PM

Ideas for game

Tanks -- game where you aim where a projectile will land using power and angle. ( should be a good work out for your physics )
Pokemon -- ok so kinda of a joke suggestion
Space invaders -- classic
Tetris -- classic
Elf bolling -- Google it if you haven't played it.
Mario -- original 2d side scrolling game
catapult game -- a game where you have to select power and projectile for a catapult and then it fires at a building of some kind. points for destruction

#20 BlackRa1n

  • New Members
  • 69 posts

Posted 24 March 2012 - 01:05 PM

I like the sound of 'Space Invaders' and 'Tetris' being in CC. That would be pretty fun :(/>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users