Skip to content

THashimov/RustyJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


RustyJack

A blackjack game made in pure rust, using SDL2 for the rendering. Currently just a desktop app but I plan to implement many features. This is purely an educational project. Only tested on Ubuntu


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License

About The Project

product-screenshot

I decided to tackle blackjack because it's a simple game but there is a surprising amount of logic which makes it quite a tricky project. This has been my biggest project so far and I loved building it!

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone git@github.com:THashimov/RustyJack.git
  2. Install sdl2
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    sudo apt-get install libsdl2-dev
    sudo apt-get install libsdl2-image-dev
    sudo apt-get install libsdl2-gfx-dev
    sudo apt-get install libsdl2-ttf-dev
    cd Rustyjack
    cargo r

(back to top)

Usage

Once cloned and sdl2 is installed, run with cargo run.

(back to top)

Roadmap

  • Basic game working
    • Cards are dealt to all players.
    • Players can play against the dealer.
    • Blackjack ends the round.
    • Double working correctly.
    • Hand splitting.
    • Basic strategy hints.
    • Card counting hints.
  • AI
    • Other players draw cards.
    • Other players play basic strategy.
  • Online
    • Create and join lobbies
  • Cross-compile for Windows and Mac

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages