Skip to content

Hamza-ABDOULHOUSSEN/connect4_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Connect4

1.1. Introduction

I made this project to learn javascript.
Here is the tutorial I followed
Tutorial link

1.2. Launch the web site

This project use flask and python to launch the web site. There are the requirements for python in the requirements.txt file.

1.2.1. install the requirements

pip install -r requirements.txt

1.2.2. run the website

export FLASK_APP=app.py
flask run

1.3. Improvements

The part to play with computer is not efficient now. The idea is to create a AI made with the Minimax program.

1.4. Preview

drawing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published