Skip to content

Commit

Permalink
Updated Name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaPaulBarnard committed Feb 8, 2024
1 parent a2a248f commit a0f415f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Super-Bowser-Bros
# Super-Bowsers-World

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

A game I made for my Game Design class at the Santa Rosa Junior College in the Fall of 2018. Made using JavaScript and the Phaser CE library.
A game I made for my Game Design class at the Santa Rosa Junior College in the Fall of 2018.
Made using JavaScript and the Phaser CE library.

Try it out at: https://joshuapaulbarnard.github.io/Super_Bowser_Bros
Try it out at: https://joshuapaulbarnard.github.io/Super_Bowsers_World
File renamed without changes.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8" />
<title>Super Bowser Bros</title>
<title>Super Bowsers World</title>

<script type="text/javascript" src="js/phaser.min.js"></script>
<script type="text/javascript" src="js/Boot.js"></script>
Expand All @@ -25,7 +25,7 @@
<div id="Bowsers_World"><script src="js/Main.js"></script></div>

<div><p>
<h1 style="text-align: center">Super Bowser Bros!</h1>
<h1 style="text-align: center">Super Bowser World!</h1>
<h3 style="text-align: center">Version: 0.75</h3>
<h3 style="text-align: center">Please Note: This game is not finishied.</h3>
<h2>Story:</h2>
Expand All @@ -46,7 +46,6 @@ <h3>Bugs to Fix and Features to Add. </h3>
<br />Moving Enemies.
<br />Static enemy placement.
<br />Move coins to the breakable blocks.
<br />Change name in-game to: "Super Bowser Bros"
<h2>Credits:</h2>
Story, gameplay, sounds, and sprites are all from Super Mario Bros. on the Nintendo Entertainment System.
<br />Copyright 1985: <a href="https://www.nintendo.com">Nintendo©</a>
Expand Down

0 comments on commit a0f415f

Please sign in to comment.