Skip to content

Commit 5f707c0

Browse files
committed
Update HOW_TO_RUN_THE_GAMES.md
1 parent caa6459 commit 5f707c0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

HOW_TO_RUN_THE_GAMES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ To run from the command line, you will need a Java SDK (eg. [Oracle JDK](https:/
2929

3030
1. Navigate to the corresponding directory.
3131
1. Compile the program with `javac`:
32-
* eg. `javac AceyDuceyGame.java`
32+
* eg. `**```python
33+
javac
34+
```** AceyDuceyGame.java`
3335
1. Run the compiled program with `java`:
3436
* eg. `java AceyDuceyGame`
3537

@@ -68,7 +70,7 @@ In addition to the java runtime you will need the `kotlinc` compiler, which can
6870

6971
The pascal examples can be run using [Free Pascal](https://www.freepascal.org/). Additionally, `.lsi` project files can be opened with the [Lazarus Project IDE](https://www.lazarus-ide.org/).
7072

71-
The pascal examples include both *simple* (single-file) and *object-oriented* (in the `/object-pascal`directories) examples.
73+
The pascal examples include both ___simple_ (single-file) and_o**bject-oriented_ (in the `/object-pascal`directories) examples.
7274

7375
1. You can compile the program from the command line with the `fpc` command.
7476
* eg. `fpc amazing.pas`
@@ -92,7 +94,9 @@ The python translations can be run from the command line by using the `py` inter
9294
* eg. `python aceyducey.py`
9395

9496
**Note**
95-
97+
{
98+
"MD013": false
99+
}
96100
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`).
97101

98102
You can manage and use different versions of python with [pip](https://pypi.org/project/pip/).

0 commit comments

Comments
 (0)