Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 64 additions & 3 deletions development.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ <h4>About the Project</h4>
<p>ROOSTER RUN is a fun multiplayer game, soon available on IOS, Andriod and Windows.</p>
<div class="row">
<div class="col-md-8">

<!--
<!--
<button type="button" class="collapsible"><b></b></button>
<div class="content">
<p>
Expand All @@ -102,6 +101,68 @@ <h4>About the Project</h4>
</div>
-->


<button type="button" class="collapsible"><b>UPDATE 5.0.0</b></button>
<div class="content">
<p>
<ul>
<b>REMOVALS.</b>
<ul><li>Removed MovementPacket for all players.</li></ul>
<ul><li>One class represent movements and handles the ClientID data within the packet.</li></ul>

<b>TO DO.</b>
<ul><li>Attempt a stand-alone server class in Visual Studio Code.</li></ul>

</ul>

</p>
</div>


<button type="button" class="collapsible"><b>UPDATE 4.5.1</b></button>
<div class="content">
<p>
<ul>
<b>ADDITIONS.</b>
<ul><li>Added two new menu screens for creating/joining the game.</li></ul>
<ul><li>Options to choose map.</li></ul>

<b>MODIFICATIONS.</b>
<ul><li>bug fix when colliding with bombs.</li></ul>

<b>TO DO.</b>
<ul><li>Replace placeholder image on CreateScreen with actual image from the map.</li></ul>

</ul>

</p>
</div>


<button type="button" class="collapsible"><b>UPDATE 4.5.0</b></button>
<div class="content">
<p>
<ul>
<b>MODIFICATIONS.</b>
<ul><li>Made hame into one executable JAR.</li></ul>
<ul><li>Once the player dies, their score is shown.</li></ul>
<ul><li>Implemented Double JUmp Functionality.</li></ul>
<b>Bugs.</b>
<ul><li>Score/Lives/Coins do not display correctly when playing multiplayer.</li></ul>




</ul>

</p>
</div>






<button type="button" class="collapsible"><b>UPDATE 4.4.0</b></button>
<div class="content">
<p>
Expand Down Expand Up @@ -469,7 +530,7 @@ <h4>About the Project</h4>

<div class="col-md-4" >
<div>
<img src="assets/roost.png" class="devimg" width="100%"/>
<img src="assets/roost.png" class="devimg" width="100%" style="margin-top:-50px"/>
</div>
<div>
<img src="assets/tnt.png" class="devimg" width="100%"/>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1 style="color:red; text-align:center">HOW TO PLAY</h1>
<div class="col-lg-6 col-md-12 mb-4"style="margin-top:2em">
<h1 style="color:red; text-align:center">HOW TO PLAY</h1>
<img src= "assets/keyarrow.png" style="width:100%">
<h5 style="text-align:center">Use the arrow keys on your keyboard to play ROOSTER RUN.<br> UP to jump, RIGHT to go right, and LEFT to go left. </h5>
<h5 style="text-align:center">Use the arrow keys on your keyboard to play Rooster run.<br> UP to jump, RIGHT to go right, and LEFT to go left. </h5>
</div>

<div class="col-lg-6 col-md-12 mb-4"style="margin-top:2em">
Expand Down Expand Up @@ -158,7 +158,7 @@ <h4>TNT</h4>
</div>
<div class="team-content">
<h4>LIGHTNING</h4>
<p>This powerup will give you Lightning speed.</p>
<p>Lightning will increase your speed. Make sure you collect it before your opponent does</p>

</div>
</div>
Expand Down Expand Up @@ -415,10 +415,10 @@ <h1 class="cold-md-6 border1" style=" padding-bottom:2%">Download Now</h1>
<div class="col-md-6">
<div class="grey">
<a href="https://github.com/Rooster-Run/rooster-run-main-new" target="_blank">
<img src="assets/githublogo.png" style=" width: 100%; ;margin-top:60px">
<img src="assets/githublogo.png" style=" width: 70%; ;margin-top:15%">
</a>
<div class="box-lower-section">
<h4 style="margin-top:66px">Available to view on GITHUB.</h4>
<h4 style="margin-top:15%">Available to view on GITHUB.</h4>
<p class="myappsDesp">
Rooster Run <b id="free">available now</b>, an interactive multiplayer game. Click on the button above.

Expand All @@ -433,7 +433,7 @@ <h4 style="margin-top:66px">Available to view on GITHUB.</h4>
<div class="col-md-6">
<div class="grey">
<a href="https://drive.google.com/file/d/1_aS8Doy-OCqyRmIkjxEkl9Tp1GVqOg8V/view" target="_blank">
<img src="assets/window1.jpg" style=" width: 100%; ">
<img src="assets/window1.jpg" style=" width: 100%; margin-top:-1% ">
</a>
<div class="box-lower-section">
<h4>Available now on Desktop</h4>
Expand Down