Skip to content

Tymiec/Battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships

Menu loop

%%{init: {'theme': light 'base', 'themeVariables': { 'primaryColor': '#ffcccc', 'edgeLabelBackground':'#ffffee', 'tertiaryColor': '#fff0f0'}}}%%
graph 
Intro[Intro] ---> Menu[Menu]
Menu[Menu] ---> Opcje[Opcje]
Opcje[Opcje] ---> Menu[Menu]
Menu[Menu] ---> Start[Start]
Start[Start] ---> Gra[Gra]
Start[Start] ---> Przygotowania[Przygotowania]
Start[Start] ---> Losowo[Losowo]
Losowo[Losowo] ---> Gra[Gra]
Przygotowania[Przygotowania] ---> Gra[Gra]
Gra[Gra] ---> Podsumowanie[Podsumowanie]
Podsumowanie[Podsumowanie] ---> Start[Start]
subgraph Menu Loop
	Intro
	Menu
	Opcje
	Start
	Losowo
	Przygotowania
	Gra
	Podsumowanie
	

end

style Intro fill:#32751B

Loading

Napisane na:

  • Python 3.11.0
  • Pygame 2.1.3.dev8

Disclaimer

This is a learning project, nothing commercial. If you are an author of any music used here and want it deleted feel free to contact me.

Zaktualizowano 11.12.2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages