Skip to content

Implementation of a two-player Voronoi game, programmed in Julia as a part of CoMa II @ TU Berlin (Summer Term 2025)

License

Notifications You must be signed in to change notification settings

aethnae/voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voronoi Game 🎨

Julia implementation of a two-player game, played on a Voronoi tessellation, using Delaunay triangulation. Part of the class "Computerorientierte Mathematik II" @ TU Berlin (Summer Term 2025).

Usage

The folder containing "src" must be called "Voronoi" with a capital V! Setup the project by running this command inside the Voronoi folder:

julia> using Pkg; Pkg.activate("."); Pkg.instantiate()

Then the project can be started with this command:

julia> using Pkg; Pkg.activate("."); using Voronoi; main()

For Windows scrubs like me, a batch file win_run.bat is included.

About

Implementation of a two-player Voronoi game, programmed in Julia as a part of CoMa II @ TU Berlin (Summer Term 2025)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •