Author Topic: Hacking Game  (Read 2153 times)

0 Members and 1 Guest are viewing this topic.

Offline Avlas

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Hacking Game
« on: May 24, 2015, 10:25:18 pm »
Hello,


I'm currently working on a game set in 1980s where you are a member of a hacker community.
The game's aim is to complete several missions given by the community like hacking servers, stealing files stuff like that. To do this, you will need to buy programmes and hardware, and be careful not to be discovered!
It will be command-line style.


I'd like to know what's your opinion about this game.


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacking Game
« Reply #1 on: May 24, 2015, 10:32:37 pm »
A hacking MUD game? I can't imagine how that could be played, but you could try and amaze me :P I suppose it could be set around a virtual BBS instead of a dungeon?
Idea sounds great, I'd like to see such a game.

Offline Avlas

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Re: Hacking Game
« Reply #2 on: May 24, 2015, 10:43:56 pm »
I have already written a bit of code, if you want to have a look I can send you the code and you can compile it. It is written in C++, well I'm a noob so it probably is C+-  :P

Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Hacking Game
« Reply #3 on: May 24, 2015, 10:59:35 pm »
Your description kinda reminds me of that mini-game with CLI optic in Enter the matrix where the player "hacked" some databases in order to unlock special game contents or cheats. If you don't know what I mean, try searching on YT for old cheat tutorials or Let's Plays on this game, otherwise justvisit some generic cheating com that's old enough to have EtM in their archives.... Maybe you'll get some inspiration.
However, the concept of that thingy wasn't that bad at all but imho EtM's realization sucked a little; anyway there might be potencial.

On which dev stage is your project atm? Did you already code some of the most basic stuff? Or primarily doing brainstorming right now?

EDIT: Yeah, go for it and post what you have already, I'd really like to take a look  ;) and haha @ "C+-"
« Last Edit: May 24, 2015, 11:01:41 pm by x0nic »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacking Game
« Reply #4 on: May 24, 2015, 11:17:00 pm »
I have already written a bit of code, if you want to have a look I can send you the code and you can compile it. It is written in C++, well I'm a noob so it probably is C+-  :P
I have a better idea - set up a github repo.

Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Hacking Game
« Reply #5 on: May 24, 2015, 11:21:11 pm »
I have a better idea - set up a github repo.
Depends on what he wrote so far. Like, a new repo for ~50 lines that maybe won't even compile? Meh.
He said "a bit of code". Who knows what that means ^^'

Offline Avlas

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Re: Hacking Game
« Reply #6 on: May 24, 2015, 11:22:39 pm »
Yes, I played Enter The Matrix and I remember that minigame.
However, I have already coded the basics to give a shape to the game and let me to understand better how to manage it.
It is already playable but it is still veeery rough. I wrote arround 3000 lines.
I heard of GitHub but I don't know very well how it works, I'll check.
Thanks for your replies.
« Last Edit: May 24, 2015, 11:23:05 pm by Avlas »

Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Hacking Game
« Reply #7 on: May 25, 2015, 12:01:34 am »
if you managed to write 3000 reasonable lines of code, using github won't be a challenge
i'll stay tuned

Offline TitanFury

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Re: Hacking Game
« Reply #8 on: May 25, 2015, 03:01:03 am »
Man I really hope this turns into something, even if the graphics are shitty, I've always wanted to implement a kind of basic "These are your simple attacks, go execute them" game, sort of like HTS or SO, but in a game setting with prizes.

Kind of a Solo-CTF I guess.

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: Hacking Game
« Reply #9 on: May 25, 2015, 07:18:40 am »
I am also looking forward to this game, once it's on GitHub make sure to share it. It looks promising though, the polishing may come later let's say it's still an Alpha
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security

Offline Avlas

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Re: Hacking Game
« Reply #10 on: May 25, 2015, 04:45:55 pm »
Thanks to all of you for your replies :D
I've created a repo in GitHub where you can find the whole code and give it a look.
Unfortunatly, comments and variable names aren't in english, so it will be difficult to read.
However, you can copy the code, compile it, and play.
It should work on Windows, but if it doesen't delete line 3033.

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: Hacking Game
« Reply #11 on: May 25, 2015, 04:49:32 pm »
A link?  :3 and thank you, can it be added to Evilzone releases?  Ofc with your approvals and the admins/moderators
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security

Offline chris

  • EZ's GOD
  • VIP
  • Knight
  • *
  • Posts: 197
  • Cookies: 37
  • What should I put here :(
    • View Profile
Re: Hacking Game
« Reply #12 on: May 25, 2015, 04:52:29 pm »
Thanks to all of you for your replies :D
I've created a repo in GitHub where you can find the whole code and give it a look.
Unfortunatly, comments and variable names aren't in english, so it will be difficult to read.
However, you can copy the code, compile it, and play.
It should work on Windows, but if it doesen't delete line 3033.

Yes a link would be awesome lol
<chris1> give me a idea of a img to use for a avatar
<HTH> A cock

Offline Avlas

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 0
    • View Profile
Re: Hacking Game
« Reply #13 on: May 25, 2015, 05:12:23 pm »
This is the link: https://github.com/Avlas99/Rebirth-HackingGame

Actually, it still very rough and there are more bugs than lines of code, so I think it's too early to put it into the releases

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: Hacking Game
« Reply #14 on: May 25, 2015, 05:33:56 pm »
This is the link: https://github.com/Avlas99/Rebirth-HackingGame

Actually, it still very rough and there are more bugs than lines of code, so I think it's too early to put it into the releases

I took a quick look on the code, and read the a bit the storyline seems, fun will compile and play once I have some spare time :)
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security