Skip to content

Transform a previously written Java-based blackjack game into a web application using actix-rt.

License

Notifications You must be signed in to change notification settings

brightcat1/black_jack_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

black_jack_rust

A Rust-based web application offering a game of Blackjack.

Prerequisite

  • Ensure you have set up the Rust environment or have a Docker environment ready.

How to play

Navigate to the black_jack_rust directory to start the game.

Using Docker:

  1. Build the Docker image: docker build -t <desired_container_name> .

  2. Run the Docker container: docker run -p 8080:8080 <same_container_name_as_above>

Without Docker:

Execute the following command: cargo run

After starting the application, access it at: localhost:8080

Note

  • In this version of Blackjack, Jack, Queen, and King are valued at 10 points.
  • While traditionally in Blackjack an Ace can be worth 1 or 11 points, in this game, an Ace is always valued at 1 point.

Libraries & Tools (Licensed under Apache License 2.0)

This section highlights libraries licensed under the Apache License 2.0 used in this project:

Note: There are other libraries used in this project, but only those with Apache License 2.0 are highlighted here for specific mention.

About

Transform a previously written Java-based blackjack game into a web application using actix-rt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published