Difference between revisions of "BOARD18 Repositories"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(initial contents for this page)
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
{| class="wikitable floatright"  
{| class="wikitable floatright"  
|+ BOARD18 Repositories
|+ BOARD18 Repositories
|[https://github.com/richpri/board18 BOARD18 Code Repository]
|[https://github.com/richpri/board18v2 Current BOARD18 Code Repository]
|-
|-
|[https://github.com/richpri/gamebox BOARD18 Game Box Repository]
|[https://github.com/richpri/board18 Out Of Date BOARD18 Code Repository]
|-
|-
|}
|}
Line 11: Line 11:


==BOARD18 Repositories on GitHub==
==BOARD18 Repositories on GitHub==
The BOARD18 project uses [https://github.com GitHub] to store its remote repositories. There are currently two such repositories. The first contains the BOARD18 source code. The second contains BOARD18 game boxes and BOARD18 game box creation tools. [https://github.com GitHub] hosts open source repositories for no charge. The links in the table to the right point to these two repositories.
The BOARD18 project uses [https://github.com GitHub] to store its remote repository. There are currently two code repositories. The first contains the current BOARD18 source code. The second contains out of date BOARD18 source code and should only be used for historical purposes.  
 
GitHub hosts open source repositories for no charge. The links in the table above point to these two repositories.
 
<span style="color: Fuchsia">You may also notice on GITHUB a BOARD18 repository named "gamebox".</span> <br>
<span style="color: Red">DO NOT USE OR REFERENCE THIS OUT OF DATE REPOSITORY.</span><br>
<span style="color: Fuchsia">The definitive source for all game boxes can be found on [[Download Game Boxes|this page ]].</span><br>
<span style="color: Fuchsia">And all other supporting images can be found in this [https://drive.google.com/open?id=1ow-XqLwCYiuy4NdM7bwligrfUPNN9epf library].</span>


==Accessing GitHub Repositories==
==Accessing GitHub Repositories==
If you wish to use git and [https://github.com GitHub] to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to [https://github.com GitHub]. You can then access step by step instructions for setting up git on your PC.
If you wish to use git and [https://github.com GitHub] to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to GitHub. You can then access step by step instructions for setting up git on your PC.

Latest revision as of 12:46, 12 February 2019

BOARD18 Repositories
Current BOARD18 Code Repository
Out Of Date BOARD18 Code Repository

Introduction to Repositories

A source code repository is a facility where large amounts of source code for software, web pages and other resources can be kept. These repositories are often used by open-source projects and other multi-developer projects to handle version control and to prevent loss due to local media failures. They allow developers to submit new or modified code in an organized fashion.
A lot of these repositories use a version control system called git. Git was developed by Linus Torvalds to be the repository for the Linux operating system.

BOARD18 Repositories on GitHub

The BOARD18 project uses GitHub to store its remote repository. There are currently two code repositories. The first contains the current BOARD18 source code. The second contains out of date BOARD18 source code and should only be used for historical purposes.

GitHub hosts open source repositories for no charge. The links in the table above point to these two repositories.

You may also notice on GITHUB a BOARD18 repository named "gamebox".
DO NOT USE OR REFERENCE THIS OUT OF DATE REPOSITORY.
The definitive source for all game boxes can be found on this page .
And all other supporting images can be found in this library.

Accessing GitHub Repositories

If you wish to use git and GitHub to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to GitHub. You can then access step by step instructions for setting up git on your PC.