Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

JustD4nTe/PANIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PANIC - Possible Actions kNown In Chess

Simple application which shows for each given pawn, a chessboard with possible moves of this pawn.

Table of contents

General info

Final project for the programming subject. It's using Batch (menu), C# (for compute possible moves of pawns) and python (generate map of frequency of move's possibility, and open website).

Technologies

  • .Net Core 3 (C# 7.0)
  • Python 3.x
    • matplotlib
    • sklearn
    • numpy

Setup

Actually works only on Windows (cause of batch script). To clone and run this application you need Git, .Net Core 3 and Python 3.x From your command line:

# Install python libraries
> pip install numpy sklearn matplotlib

# Clone this repository
> git clone https://github.com/JustD4nTe/PANIC.git

# Run the program
> menu.bat

Features

List of features ready and To-do's which should be introduced

  • Make backup of input and output folder
  • Parsing data
  • Generates a map of frequency for each pawn's type

To-do list:

  • Embellish website

Status

Project is: no longer continue because I'm not interested in this project anymore (but i will try make a website more prettier).

Inspiration

Project based on polish programming competition Algorytmion, exercise 4 from 2014 yr.