Skip to content

oldDocumentation

Elisey Sharov edited this page Apr 4, 2018 · 3 revisions

Welcome to the documentation for CarCreator!

##This documentation avialable for version v001 and v002

CarCreator is a console game written in Python. All you need is to install the game and write just 2 lines of code so that you have already started creating your first car.

Installation

pip install CarCreator

Is not yet available, so you will have to download the files manually. Soon on site http://www.scgofficial.esy.es/CarCreator/ I'll add an archive with the game to make your life easier.

After downloading the files, you need to move(or copy) to the root directory of the Python interpreter. This is usually ./Local/Programs/Python/Python-[version]/

After you need to run conosle and write 3 lines of code:

If you want to play the English version:

import run_cc_v001_en
from run_cc_v001_en import ghelp
ghelp()

And if you want to play the Russian version:

import run_cc_v001_ru
from run_cc_v001_ru import ghelp
ghelp()

After these actions, you should see a window:

ghelp_function

And all you have to do is import the function you need:

from run_cc_v001_en import <package name> (English)
from run_cc_v001_ru import <package name> (Russian)

After, just write

<package name>()

You can import a function at any time. If you forget something or want to know, the ghelp() function will always help you.

Video

Especially for you, I recorded a video to demonstrate how to use the game. Also, this video can be used if you do not understand the documentation how to play CarCreator

Video Documentation

If you have a problem

My game is broken? Stupid developers do nothing, although you called the support() function, opened the question.txt and sent the text out of it to mail? Perhaps you did something wrong or the letter is not yet reached.

I took care of it in the log file as log.txt indicated only the important information. I think there might be a solution to your problem.

Change game version

If you want select another version of game, just change branch.
select_version
Profit!

Functions

If you want to learn more about the functions, visit the Functions page or use this link: https://github.com/ZerZru/CarCreator/wiki/Functions/

This page will be gradually updated, so periodically visit it. Thanks.