Skip to content

Commit

Permalink
Merge pull request #25 from aleksa2808/aleksa2808-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aleksa2808 authored Dec 15, 2023
2 parents 89b1213 + 947dd97 commit 48e44b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# ascii-bomb-ecs

Port of the [ascii-bomb](https://github.com/aleksa2808/ascii-bomb) game in Rust.
Port of the [ascii-bomb](https://github.com/aleksa2808/ascii-bomb) game in Rust using the Bevy engine. Available as a [web build](https://aleksa2808.github.io/ascii-bomb-ecs/)!

I ditched the `pdcurses` library used in the original and instead went with the [Bevy engine](https://bevyengine.org). This proved great for learning about the ECS paradigm, but it also made a [web build](https://aleksa2808.github.io/ascii-bomb-ecs/) possible!

As of recently there's also an [online multiplayer demo](https://github.com/aleksa2808/ascii-bomb-ecs-mp) available.
#### UPDATE: Now there is also an [online multiplayer version](https://github.com/aleksa2808/ascii-bomb-ecs-mp)!

## Build

Expand Down Expand Up @@ -63,4 +61,4 @@ After that the game should be accessible on `localhost:4000`.

### Mobile controls

![Mobile controls](doc/mobile.png)
![Mobile controls](doc/mobile.png)

0 comments on commit 48e44b1

Please sign in to comment.