Skip to content

Commit 50b8a07

Browse files
committed
Proofread demo descriptions
1 parent d80c68f commit 50b8a07

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

docs/demo.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Demos
22

33
## Doom
4-
**source**: [doom_riscv](https://github.com/sysprog21/doom_riscv)
4+
**source**: [doom\_riscv](https://github.com/sysprog21/doom_riscv)
55

66
**commmad**: `make doom`
77

8-
[Doom](https://en.wikipedia.org/wiki/Doom_(franchise)), a pioneering first-person shooter game developed by [id Software](https://en.wikipedia.org/wiki/Id_Software) in 1993, is known for its open-source code and vibrant community, it debuted innovations like genuine 3D graphics, networked multiplayer gameplay and the ability for players to create custom expansions.
8+
[Doom](https://en.wikipedia.org/wiki/Doom_(franchise)), a pioneering first-person shooter game developed by [id Software](https://en.wikipedia.org/wiki/Id_Software) in 1993, is known for its open-source code and vibrant community.
9+
It debuted innovations like genuine 3D graphics, networked multiplayer gameplay and the ability for players to create custom expansions.
910

1011
![Doom Gameplay](https://imgur.com/bLc5LG8.gif)
1112

@@ -18,24 +19,17 @@
1819
* 1: Fist
1920
* 3: Shotgun
2021

21-
### Music and sound effect(sfx)
22-
Support music and sound effects.
22+
### Music and sound effect
23+
The music and sound effects are supported.
2324

2425
## Quake
2526
**source**: [quake-embedded](https://github.com/sysprog21/quake-embedded/)
2627

2728
**command**: `make quake`
2829

29-
[Quake](https://en.wikipedia.org/wiki/Quake_(series)) was created in 1996 as a successor of the highly successful first-person shooter game Doom, it is based on Doom's game engine and 3D graphics compatibility, and it enhanced the fast-paced gameplay and online multiplayer over the Internet.
30-
31-
Build Instruction:
32-
```shell
33-
git clone https://github.com/sysprog21/quake-embedded.git && cd quake-embedded
34-
mkdir build && cd build
35-
cmake -DCMAKE_TOOLCHAIN_FILE=../port/boards/rv32emu/toolchain.cmake \
36-
-DCMAKE_BUILD_TYPE=RELEASE -DBOARD_NAME=rv32emu ..
37-
make
38-
```
30+
[Quake](https://en.wikipedia.org/wiki/Quake_(series)) was created in 1996 as a successor of the highly successful first-person shooter game Doom.
31+
It is built on the Doom game engine and offers 3D graphics compatibility.
32+
Moreover, it enhances fast-paced gameplay and supports online multiplayer over the Internet.
3933

4034
![Quake Gameplay](https://imgur.com/gXKb7D0.gif)
4135

@@ -48,10 +42,11 @@ make
4842
* Switch Weapon: Slash(/) Key
4943
* Sprint: Shift Key
5044

51-
You may use the mouse to adjust the pitch and yaw angle
45+
You may use the mouse to adjust the pitch and yaw angle.
5246

53-
### Music and sound effect(sfx)
54-
Support sound effects but not music currently because Quake needs a CD-ROM and the extracted pak file doesn't contain any music or bgm-related files.
47+
### Music and sound effect
48+
Sound effects are supported, but music is currently unavailable in Quake because it requires a CD-ROM.
49+
The extracted pak file lacks any music or background music files.
5550

5651
### Limitations
5752
* Mouse wheel input is not supported

0 commit comments

Comments
 (0)