Code Monkey home page Code Monkey logo

hackfest's Introduction

Hackfest

Hackfest is a geeky game about hacking. It uses Virtual Box to simulate in-game computers to simulate an uber realistic experience!

Compatibility

Hackfest should run on Windows, Linux, however Windows is untested.

Dependencies

Instructions ( Arch Linux )

  • Instructions for other platforms / distros should be the same, except for 1. step
  1. Install packages mono virtualbox virtualbox-host-modules-arch vagrant godot-mono-bitAUR
  2. Clone repo git clone --recursive [email protected]:meowxiik/hackfest.git
  3. Open Godot, open the cloned project
  4. Navigate to scenes/Demo in FileSystem explorer
  5. Run the scene using an icon in upper right corner

Diagnostics

If you encounter any problems it is a good idea to enable diagnostics. You can enable them by going to Project/Project Settings and set variable Diagnostics in Global scope to true.

Diagnostics will attempt to start Vagrant Virtual Box virtual machine and create a simple container. It will report success. If you need help please run the diagnostics first and then open an issue.

There are sets of tests, DIAGNOSTICS A and DIAGNOSTICS B. A runs from GDScript while B runs from Mono. If you see just A, there is a good chance the Mono doesn't launch right.

Screenshots

Screenshot of hallway

Screenshot of terminal

Controls

WASD - move

Left click - open terminal

SHIFT+ESC - close terminal

Spoilers! - Demo Level Solutions

Expand details for solutions

For all levels, you need to click left on the little panel on the right to open the door controller command line.

Exit the terminal with SHIFT+ESC

Level 1, "Door is a device; Key is the number 1": Door is located in /dev/by_id/door/in You need to echo 1 > /dev/by_id/door/in

Level 2, "SSH Port is?": You need to echo 22 > /dev/by_id/door/in

Level 3, "Find alpha": Key is hidden in /bin/key_alpha, it is 78963, so echo 78963 > /dev/by_id/door/in

Level 4, "Double door conundrum": There are two doors, which open and close in for opposite signals. On echo 1 > /dev/by_id/double_door/in door 1 closes and door 2 opens. On echo 0 the opposite. You need to echo 0 > /dev/by_id/double_door/in && sleep 5 && echo 1 > /dev/by_id/double_door/in. Then go stand between the doors.

Level 5, "The Door will tell": You need to output cat /dev/by_id/door/out. The key is 1452, so the answer is to echo 1452 > /dev/by_id/door/in

hackfest's People

Contributors

lihop avatar meowxiik avatar richard-hajek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hackfest's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.