Git Product home page Git Product logo

seal-fighter's Introduction

Logo

Seal Fighter V

Technical test ๐Ÿ‘จโ€๐Ÿ’ป

Welcome to our technical test repository. If you are here, either you are going through a recruitment phase to work with us, you are just curious, or you have nothing better to do!

Whatever the situation is, we are going to present you with an exercise where you are expected to do some code. But of course, not everything is about code, there is choices, styles, ideas... hopefully it will be fun! ๐Ÿฅณ

General overview ๐Ÿฆญ

We love seals, that's something that you need to know for this exercise. We struggled to decide which seal is our favorite. After several discussions, we decided to create a video game to decide which one is the best; The game is called Seal Fighter V.

Seals will fight each other in 1 vs 1 in order to gain glory, respect and maybe finish on top of the leaderboard ๐Ÿš€

The game ๐ŸŽฎ

In the current repository you will find the first little bricks of this game. Of course, the technical stack matters: the winner seal has to win in a terrain where we want them to play. So this game will be created in the following environment:

  • A Ruby on Rails HTTP API, which will handle the back-end and create the bases and rules for the arena they'll be using to fight.
  • A React App, that will handle the front-end, and organize the arena itself.
  • A quite simple Relational Database (SQLite) to make things easier for everyone.

The challenge ๐Ÿš€

You will take part of the development of the first stages of the game. We just want you to add a few bricks to this amazing project, and get in touch with some seals (and some Ruby, and some JS).

You should know โœ๏ธ

  • We do not expect you to spend an ubelievable amount of hours working on this project for the technical test. If you love it we can develop the whole game later, but for now, making some choices, doing some modifications and making sure you understand the codebase and are capable of contributing will be more than enough for us to have a technical chat afterward. Please DO NOT sacrifice a huge amount of your lovely free time, just take this as a technical exercise you can work on it for a few hours (2 or 3 hours should be enough, and if it is not, please let us know to adapt everything).

  • We expect you to be able to do some work in the front-end AS WELL AS in the back-end, even if you end up working more in one than the other one, it is important to us to know that any developer in our team is capable of understanding and interacting with the whole environment, even when it is not your field of expertise.

  • If something is not doable, can not be completed, or you have an amazing new idea that feels way more interesting than what you are asked to do, please feel free to take some initiative and do it. We will just discuss about those choices afterward. It's a technical test, not a prison!

First steps ๐Ÿฅ‡

The mission ๐ŸŽฏ

This is the very early stage of this game development! Someone took some decisions about the architecture of the project but that's it. Your goal will be to develop an interface to present all the characters of the game. Those little seals are eager to show off their little faces.

What's provided:

  • A basic design that shows what we would like the start of the game to look like. You can find this design in Figma, click on this link and check it out.
  • An asset folder with some images and fonts, keep in mind you can access all those in the Figma file too. Check it here.
  • A functional API with a route GET /seals.
  • A functional front-end application.
  • A basic CI including tests and linter for the api and the front-end.

What you need to do:

  • Create the Home page in the front-end following the design.
  • Create a route in the API GET /seals/:name_of_the_seal to retrieve the information of a single seal.
  • Create the Info page in the front-end using the previously created route. The Info page should be accessible using the URL scheme http://localhost:3000/seals/:name_of_the_seal.
  • [OPTIONAL] Create the character selection system.

You can contact @eskombro or @nicolasvienot if you need anything.

Images ๐Ÿ“ท

Home

Home hover

Infos

Home selected

Thanks to @lpinot for the design ๐Ÿฆญ

seal-fighter's People

Contributors

eskombro avatar nicolasvienot avatar

Watchers

James Cloos 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.