-
Notifications
You must be signed in to change notification settings - Fork 0
oldDocumentation
##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.
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:
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.
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
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.
If you want select another version of game, just change branch.
Profit!
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.
GitHub profile: https://www.github.com/ZerZru/
Repository: https://www.github.com/ZerZru/CarCreator/
Documentation: https://github.com/ZerZru/CarCreator/wiki/Documentation
Home: https://github.com/ZerZru/CarCreator/wiki/
Functions: https://github.com/ZerZru/CarCreator/wiki/Functions
Site: http://www.scgofficial.esy.es/CarCreator/
Reddit post: https://www.reddit.com/r/Python/comments/872n9q/console_game_on_python_36/