Compare commits

...

8 Commits

Author SHA1 Message Date
Jakub Rybníček
70c3900f8d Update index.html 2024-04-18 02:32:38 +02:00
Jakub Rybníček
d3cd432d87 Add files via upload 2024-04-18 02:31:31 +02:00
Jakub Rybníček
4ffb510a11 Create README.md 2024-04-18 02:31:10 +02:00
Jakub Rybníček
fa1ff76e45 Update README.md 2024-04-18 01:14:25 +02:00
Jakub Rybníček
15d40b2082 Add plakat.png 2024-04-18 01:12:30 +02:00
Jakub Rybníček
bc0d254bfd Delete phr/StickGame/StickGame_v1.mp4 2024-04-01 23:16:04 +02:00
Jakub Rybníček
a9afbe9ce1 Update README.md 2024-04-01 23:15:51 +02:00
Jakub Rybníček
21caea5c36 Add files via upload 2024-04-01 23:12:23 +02:00
5 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
# Infografika - Jak tisknout na 3d tiskárně
![Jak tisknout na 3d tiskárně](screenshot.png)

View File

@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Návod na tisk</title>
</head>
<style>
* {
font-family: 'Raleway', sans-serif;
}
html,body {
margin: 0;
padding: 0;
background-color: black;
color: #ffffff;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
.step {
width: 700px;
padding: 5px;
border-color: #0385ff;
border-style: solid;
border-width: 5px;
margin: 10px;
display: flex;
align-items: center;
font-size: xx-large;
}
.view {
height: 100%;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
border-color: #0385ff;
border-style: solid;
border-width: 5px;
}
</style>
<body>
<div class="view">
<!-- Ano vim, list existuje... -->
<h1>Jak tisknout na 3d tiskárně</h1>
<div class="step" id="1">1. Vymodelovat nebo najít 3d model</div>
<div class="step" id="2">2. Exportovat nebo stáhnout 3d model</div>
<div class="step" id="3">3. Slicovat 3d model a exportovat Gcode</div>
<div class="step" id="4">4. Zapnout tiskárnu</div>
<div class="step" id="5">5. Zkopírovat Gcode na 3d tiskárnu</div>
<div class="step" id="6">6. Spustit tisk</div>
<div class="step" id="7">7. Zkontrolovat první vrstvu</div>
<div class="step" id="8">8. Počkat až tiskárna dotiskne a vychladne</div>
<div class="step" id="9">9. Sundat vytisk</div>
<div class="step" id="10">10. Vypnout tiskárnu</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -2,11 +2,19 @@
Stick Game je ~~MultiPlayerová~~ hra o souboji "Stickmanů". (Ne)Máte na výběr z mnoha zbraní. Stick Game je ~~MultiPlayerová~~ hra o souboji "Stickmanů". (Ne)Máte na výběr z mnoha zbraní.
## Propagace hry:
![Plakát hry](plakat.png)
## Screenshoty ze hry: ## Screenshoty ze hry:
![Screenshot Unity Editoru](Editor.png) ![Screenshot Unity Editoru](Editor.png)
![Screenshot Menu](MainMenu.png) ![Screenshot Menu](MainMenu.png)
![Screenshot ve hře](InGame.png) ![Screenshot ve hře](InGame.png)
## Video ze hry ## Video ze hry
[![Watch the video](https://img.youtube.com/vi/bP5XG1JxTZI/hqdefault.jpg)](https://youtu.be/bP5XG1JxTZI) https://github.com/Dzejkobik007/skolavdf/assets/59537589/7f5f6dbe-26c2-403b-a259-17c8c49b9363
[Watch the video on Youtube](https://youtu.be/bP5XG1JxTZI)
### Autoři ### Autoři
Jan Čermák, Ladislav Liška, Jakub Rybníček Jan Čermák, Ladislav Liška, Jakub Rybníček

BIN
phr/StickGame/plakat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB