Skip to content

AC-AquaCrew/Drunkards-Walk-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drunkard's Walk Simulation

Run source file(main.py).

  1. git clone https://github.com/AC-AquaCrew/Drunkards-Walk-Simulation.git
  2. cd Drunkards-Walk-Simulation\refactoringByPython
  3. python -m venv venv
  4. venv\Scripts\activate
  5. pip install -r requirements.txt
  6. python main.py

Compile to .exe file.

  1. pyinstaller -F --noconsole ./main.py
  2. main.exe in "dist".

About

A simple project made for the Introduction to Computer Science course at National Yunlin University of Science and Technology. It’s purely for learning purposes — no advanced or research-level algorithms included.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors