From 89ffbe6c6d0070f91523618aecc9f5f128c69001 Mon Sep 17 00:00:00 2001 From: a2wd Date: Tue, 4 Jan 2022 19:51:10 +0100 Subject: [PATCH 1/3] Added instruction on how to run the games --- HOW_TO_RUN_THE_GAMES.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 HOW_TO_RUN_THE_GAMES.md diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md new file mode 100644 index 00000000..e69de29b From 40935505006bea529956b5e17e8708b7f48c3e6e Mon Sep 17 00:00:00 2001 From: Alito Date: Tue, 4 Jan 2022 19:57:29 +0100 Subject: [PATCH 2/3] Updated HOW_TO_RUN_THE_GAMES.md Added a new line to improve formatting around the note on the python environments. --- HOW_TO_RUN_THE_GAMES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md index 6de43c98..96533226 100644 --- a/HOW_TO_RUN_THE_GAMES.md +++ b/HOW_TO_RUN_THE_GAMES.md @@ -67,6 +67,7 @@ The python translations can be run from the command line by using the `py` inter * eg. `python aceyducey.py` **Note** + Some translations include multiple versions for python, such as `acey ducey` which features versions for Python 2 (`aceyducey.py`) and Python 3 (`acey_ducey.py`) as well as an extra object-oriented version (`acey_ducey_oo.py`). You can manage and use different versions of python with [pip](https://pypi.org/project/pip/). @@ -81,4 +82,4 @@ If you don't already have a ruby interpreter, you can download it from the [ruby ## vbnet -Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`. \ No newline at end of file +Follow the same steps as for the [csharp](#csharp) translations. This can be run with `dotnet` or `Visual Studio`. From 990eb9915cc2a09e2880b7c4a51138c537b6bc58 Mon Sep 17 00:00:00 2001 From: Alito Date: Tue, 4 Jan 2022 19:58:48 +0100 Subject: [PATCH 3/3] Updated HOW_TO_RUN_THE_GAMES.md Fixed a typo (missing 'c' in the ruby project link text). --- HOW_TO_RUN_THE_GAMES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md index 96533226..44d82e98 100644 --- a/HOW_TO_RUN_THE_GAMES.md +++ b/HOW_TO_RUN_THE_GAMES.md @@ -74,7 +74,7 @@ You can manage and use different versions of python with [pip](https://pypi.org/ ## ruby -If you don't already have a ruby interpreter, you can download it from the [ruby projet site](https://www.ruby-lang.org/en/). +If you don't already have a ruby interpreter, you can download it from the [ruby project site](https://www.ruby-lang.org/en/). 1. From the command-line, navigate to the corresponding directory. 1. Invoke with the `ruby` tool.