Code Monkey home page Code Monkey logo

yorg's Introduction

yorg

Yorg is an open source racing game developed by Ya2 using Panda3D for Windows, OSX and Linux. More information can be found on this page.

It requires Python 3.x. It should be cloned recursively since yyagl submodule and yracing submodule are used.

To run it you should create assets:

  • python setup.py images lang models

To create the builds, you can use the awesome Panda3D's deployment tools:

  • python setup.py bdist_apps

Here's a short guide about installing and preparing your environment for Yorg.

  • clone the repository: git clone --recursive https://github.com/cflavio/yorg.git
  • go into the directory: cd yorg
  • (optional, recommended for non-developers, since master is an unstable branch) checkout the stable branch: git checkout stable; git submodule foreach git checkout stable
  • create a python3 virtualenv: virtualenv --python=/usr/bin/python3 venv
  • activate the virtualenv: . ./venv/bin/activate
  • install the prerequisites: pip install -r requirements.txt
  • build the required assets: python setup.py lang images models
  • launch the game: python main.py

Here's a screenshot:

Yorg

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.