Coder Social home page Coder Social logo

ceros-sky's Introduction

Ceros Ski Code Challenge

Welcome to the Ceros Code Challenge - Ski Edition!

For this challenge, we have included some base code for Ceros Ski, our version of the classic Windows game SkiFree. If you've never heard of SkiFree, Google has plenty of examples. Better yet, you can play our version here: http://ceros-ski.herokuapp.com/

We understand that everyone has varying levels of free time, so take a look through the requirements below and let us know when you will have something for us to look at (we also get to see how well you estimate and manage your time!). Previous candidates have taken about 8 hours to complete our challenge. We feel this gives us a clear indicator of your technical ability and a chance for you to show us how much you give a shit (one of Ceros's core values!) about the position you're applying for. If anything is unclear, don't hesitate to reach out.

Requirements:

  • The base game that we've sent you is not what we would consider production ready code. In fact, it's pretty far from it. As part of our development cycle, all code must go through a review. We would like you to perform a review on the base code and fix/refactor it. Is the codebase maintainable, unit-testable, and scalable? What design patterns could we use?

    We will be judging you based upon how you update the code & architecture.

  • There is a bug in the game. Well, at least one bug that we know of. Use the following bug report to debug the code and fix it.

    • Steps to Reproduce:
      1. Load the game
      2. Crash into an obstacle
      3. Press the left arrow key
    • Expected Result: The skier gets up and is facing to the left
    • Actual Result: Giant blizzard occurs causing the screen to turn completely white (or maybe the game just crashes!)
  • The game's a bit boring as it is. Add a new feature to the game to make it more enjoyable. We've included some ideas for you below (or you can come up with your own new feature!). You don't need to do all of them, just pick something to show us you can solve a problem on your own.

    • Implement jumps. The asset file for jumps is already included. All you gotta do is make the guy jump. We even included some jump trick assets if you wanted to get really fancy!
    • Add a score. How will you know that you're the best Ceros Skier if there's no score? Maybe store that score somewhere so that it is persisted across browser refreshes.
    • Feed the hungry Rhino. In the original Ski Free game, if you skied for too long, a yeti would chase you down and eat you. In Ceros Ski, we've provided assets for a Rhino to catch the skier.
  • Update this README file with your comments about your work; what was done, what wasn't, features added & known bugs.

  • Provide a way for us to view the completed code and run it, either locally or through a cloud provider

  • Be original. Don’t copy someone else’s game implementation!

Bonus:

  • Provide a way to reset the game once the game is over
  • Provide a way to pause and resume the game
  • Skier should get faster as the game progresses
  • Deploy the game to a server so that we can play it without setting something up ourselves. We've included a package.json and web.js file that will enable this to run on Heroku. Feel free to use those or use your own code to deploy to a cloud service if you want.
  • Write unit tests for your code

And don't think you have to stop there. If you're having fun with this and have the time, feel free to add anything else you want and show us what you can do!

We are looking forward to see what you come up with!

ceros-sky's People

Contributors

rverli 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.