How to download and setup ebiten
Open terminal and run command
git clone https://github.com/hajimehoshi/ebiten.git
git clone is used to create a copy or clone of ebiten repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ebiten https://github.com/hajimehoshi/ebiten/archive/master.zip
Or simply clone ebiten with SSH
[email protected]:hajimehoshi/ebiten.git