Skip to content
View andre-vm's full-sized avatar
  • Criciúma - SC, Brazil

Organizations

@rust-br @dynamoxteam
Block or Report

Block or report andre-vm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. rev_buf_reader rev_buf_reader Public

    A struct similar to BufReader that reads a data stream in reverse order.

    Rust 8 2

  2. Snake Snake Public

    Snake, the classic game found on old Nokia cell phones. This project is a recreation in Windows style, using the Win32 API.

    C 1

  3. minimax minimax Public

    Generic Minimax algorithm that attempts to indicate the best move a player can make in a game, given the current state of it.

    Rust