-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraid.html
58 lines (51 loc) · 2.66 KB
/
raid.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159158579-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159158579-3');
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/icon">
<link rel="icon" href="favicon.ico" type="image/icon">
<head>
<script data-ad-client="ca-pub-6004893853751445" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>HD Open Source Projects</title>
</head>
<div>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="donations.html">Donate</a>
<a href="vexcode.html">VEX Robotics</a>
<a href="email-python.html">Python Backend</a>
<a href="raid.html">Raid The Romans</a>
<a href="flappy.html">Flappy Bird</a>
<a href="projects.html">Project Ideas</a>
<a href="progress.html">See What We Are Up To</a>
<a href="about.html">About Us</a>
</div>
<img src="images/code-coding-connection-css.jpg">
<h2>Raid The Romans</h2>
<p>Raid the Romans is a project meant to illustrate ancient Roman military strategy, it is a videogame made with <a href="">Python Processing<a>. This is our Social Studies project for our unit on Ancient Rome</p>
<p> You play the game by clicking soilders to kill them and buying archer towers to boost up your health</p>
<p> The game is infinite so there is no winning but youhave braggring rights if you are highest on the leaderboard</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfcns4uJuiaEAdXOPTyU3ub0w6pg58Bh1qT14nsDtbee0lpxQ/viewform?usp=sf_link"> Leaderboard Score Submission Form</a>
<p>Update 4-5-20 Currently we are working on moving this from the less stable <a href="">Python Processing<a> framework to the more stable <a href="">Processing Java<a> framework to make the game less buggy.</p>
<div class="otherImg">
<img src="images/raidTheRomans.png">
</div>
<div class="footer">
<a href="github.html"><b>GitHubs</b></a>
<a href="legal.html"><b>Legal</b></a>
<a href="privacy.html"><b>Privacy Policy</b></a>
<a href="license.html"><b>License</b></a>
<a href="progress.html"><b>See What We Are Up To</b></a>
</div>
</body>
</div>
</html>