GithubHelp home page GithubHelp logo

lizaebadi / hackerroom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samuelbadru/hackerroom

0.0 0.0 0.0 17.14 MB

Final engineering project for Makers Academy

JavaScript 67.64% Python 0.02% CSS 29.66% HTML 2.68%

hackerroom's Introduction

HackerRoom

HackerRoom is an RPG game built to help you learn Python. In this game, you control a character that can move around and interact with objects. Each object takes you to a learning resource, quiz or practice tool where you can practice your coding skills.

Technologies

HackerRoom is built using the following technologies:

  • MongoDB
  • Express
  • React
  • Node.js
  • CSS

Gameplay

In HackerRoom, you control a character that can move around the game using the arrow keys. You can interact with the objects in the room by moving to them and pressing the spacebar.

When you interact with an object, you'll be taken to a learning resource, quiz or practice tool where you can practice your Python skills.

Demo


Sign up and login page which will notify you if the input password or email is incorrect


Welcome message along with the map of the room


Example quiz topic and question


In-browser code editor in use


Settings page where you can amend account details or delete your account which will remove it from the database

Getting started

To get started with HackerRoom, follow these steps:

  1. Clone the repository
git clone
  1. Install and start MongoDB:
brew tap mongodb/brew
brew install [email protected]
brew services start [email protected]
  1. Navigate to the repository and run the following:
cd frontend
npm install
cd ../api
npm install
  1. Start the development server by running:
cd api
JWT_SECRET=SUPER_SECRET npm start

In another terminal

cd frontend
npm start
  1. Open http://localhost:3000 to view the game in your browser.

Contributing

If you'd like to contribute to HackerRoom, please follow these guidelines:

  1. Fork the repository and create a new branch
  2. Make your changes
  3. Submit a pull request

Acknowledgements

HackerRoom was built by Samuel Badru, Ayoub El-hamdoon, Liza Ebadi, and Destin Cleo Kouamba for the purpose of learning Python. We would like to thank Dilan Patel and Rebecca Monica Amanfo for their help with planning this project. We would also like to thank John Forster for their guidance and support.

hackerroom's People

Contributors

samuelbadru avatar lizaebadi avatar aze5 avatar

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.