Coder Social home page Coder Social logo

vice's Introduction

Vice Chess Engine

This is the repo for the Vice chess engine series on YouTube.

You can find the playlist here: Link to playlist

From part 97 onwards, this repo has a branch with the code for that video. For exmaple, part 97 code is on branch Chapter 97.

Getting in touch / Contributing

You can find the Discord server here: https://discord.gg/9hCUD4n7R2

For now, please do not open pull requests on the repository, it's an archive for the video series. Get in touch via the Discord.

What is Vice?

Vice is a Video Instructional Chess Engine, written in C.

It was (is) written as part of the follow along series you YouTube by Bluefever Software.

Vice is deliberately simplified - the code structure is by no means to be considered best practice, rather a quick start into understanding the world of computer chesss engine programming.

Where can I get the binaries and what is the latest version?

You can find the download to the latest release (Vice 1.1) here:

https://bluefeversoft.com/

I want to copy it, can I?

You can do whatever you want with the code. A lot of engines have been inspired by Vice - not all give credit. Probably it's better to give credit than not.

What are the main features?

Vice is simple, with the following features:

  • Alpha beta search
  • Iterative deepening
  • Quiescence search
  • Transposition table
    • Always replace
  • Polyglot opening books
  • MVV/LVA move ordering
  • Basic evaluation

bugs to fix:

  • The PickMove function needs a BestScore of -(very low) instead of 0
  • Time management for x moves in x minutes causes losses
  • ID loop needs to only exit when it has a legal move (i.e done depth 1 at least)

Who actually did this?

The real person behind the series is Richard Allbert.
LinkedIn

vice's People

Contributors

bluefeversoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.