Giter Club home page Giter Club logo

liracer-rewrite's Introduction

liracer-rewrite

A rewrite of liracer, the free and open source code racing game.

Contribute

The easiest way to contribute is to submit a code snippet. The snippets are stored in snippets/. They need to fullfil the following requirements. Please ensure that these requirements are met before submitting a pull request.

  • Use literal tabs(not spaces) for indention.
  • Have maximum 79 characters per line.
  • Have no trailing newline.
  • Be idiomatic and well written.
  • Be moderately short.
  • Be interesting. The code should either display the syntax of a language with a familiar, easily digestible example such as fibonacci.cpp, hello_world.hs or fibonacci_sequence.rb, or be a real-life example.
  • Be valid code. The code does not need to be self sufficient, but no syntax errors should be present.
  • Be legitimate contributions(not spam garbage).

For a start you can translate an already existing quote to a new language.

Development Environment Setup

# Backend
npm install &&
npm run dev
# Frontend
cd front &&
npm install &&
npm start

liracer-rewrite's People

Contributors

olavfosse avatar eika-sia avatar dsopi avatar hungthezorba 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.