Skip to content

DiamondsBattle/ursina_css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ursina CSS

Ursina CSS extends your game possibilities by allowing your game to run in the user's browser, to extend game compatibilty.

When creating your game add the ursina and the Brython-<version> folders and the .nojekyll, index.html and start_server.bat files in your root directory. You can then simply code your game as a standard game and then open start_server.bat (Windows) or open your terminal, navigate to your game directory and run python3 -m http.server <port>. If you do not specify the port, it will be by default 8000. You then just need to open your browser to localhost:<port> and enjoy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • HTML 5.6%
  • Python 2.1%