|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>Squares Center Games</title> |
7 | | - <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/scgamesicon.png"> |
| 7 | + <link rel="icon" type="image/x-icon" href="https://usrx215.github.io/scgames/scgamesicon.png"> |
8 | 8 | <style> |
9 | 9 | body { |
10 | 10 | font-family: Arial, sans-serif; |
|
76 | 76 | <div class="container"> |
77 | 77 | <section id="games" class="games-grid"> |
78 | 78 | <div class="game-card"> |
79 | | - <a href="spikedodger.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/spikedodger.png" alt="Spike Dodger Logo"></a> |
80 | | - <h3><a href="spikedodger.html">Spike Dodger</a></h3> |
| 79 | + <a href="/spikedodger.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/spikedodger.png" alt="Spike Dodger Logo"></a> |
| 80 | + <h3><a href="/spikedodger.html">Spike Dodger</a></h3> |
81 | 81 | <p>Dodge falling spikes that get faster and more plentiful as time progresses</p> |
82 | 82 | </div> |
83 | 83 | <div class="game-card"> |
84 | | - <a href="mazegame.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/mazegame.png" alt="Maze Game Preview"></a> |
85 | | - <h3><a href="mazegame.html">Maze Game</a></h3> |
86 | | - <p>Complete 5 mazes from start to finish</p> |
| 84 | + <a href="/mazegame.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/mazegame.png" alt="Maze Game Preview"></a> |
| 85 | + <h3><a href="/mazegame.html">Maze Game v2</a></h3> |
| 86 | + <p>Complete randomized mazes from start to finish</p> |
87 | 87 | </div> |
88 | 88 | <div class="game-card"> |
89 | | - <a href="jumperup.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/jumperup.png" alt="Jumper Up Logo"></a> |
90 | | - <h3><a href="jumperup.html">Jumper Up</a></h3> |
| 89 | + <a href="/jumperup.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/jumperup.png" alt="Jumper Up Logo"></a> |
| 90 | + <h3><a href="/jumperup.html">Jumper Up</a></h3> |
91 | 91 | <p>Speedrun by jumping up platforms to the finish line</p> |
92 | 92 | </div> |
93 | 93 | <div class="game-card"> |
94 | | - <a href="dvd.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/dvd.png" alt="DVD Logo"></a> |
95 | | - <h3><a href="dvd.html">Bouncing DVD Logo</a></h3> |
| 94 | + <a href="/dvd.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/dvd.png" alt="DVD Logo"></a> |
| 95 | + <h3><a href="/dvd.html">Bouncing DVD Logo</a></h3> |
96 | 96 | <p>It's just the bouncing DVD logo. What else can I say?</p> |
97 | 97 | </div> |
98 | 98 | <div class="game-card"> |
99 | | - <a href="rhythm.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/xrhythm.png" alt="Rhythm Game Icon"></a> |
100 | | - <h3><a href="rhythm.html">XRhythm</a></h3> |
| 99 | + <a href="/rhythm.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/xrhythm.png" alt="Rhythm Game Icon"></a> |
| 100 | + <h3><a href="/rhythm.html">XRhythm</a></h3> |
101 | 101 | <p>DDR/FNF basic clone game</p> |
102 | 102 | </div> |
103 | 103 | <div class="game-card"> |
104 | | - <a href="guessnum.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/gtn.png" alt="Guess the Number Game Icon"></a> |
105 | | - <h3><a href="guessnum.html">Guess the Number</a></h3> |
| 104 | + <a href="/guessnum.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/gtn.png" alt="Guess the Number Game Icon"></a> |
| 105 | + <h3><a href="/guessnum.html">Guess the Number</a></h3> |
106 | 106 | <p>Just read the title of the game.</p> |
107 | 107 | </div> |
108 | 108 | <div class="game-card"> |
109 | | - <a href="trampoline.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/trampoline.png" alt="Trampoline Icon"></a> |
110 | | - <h3><a href="trampoline.html">Trampoline</a></h3> |
| 109 | + <a href="/trampoline.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/trampoline.png" alt="Trampoline Icon"></a> |
| 110 | + <h3><a href="/trampoline.html">Trampoline</a></h3> |
111 | 111 | <p>Bounce constantly while dodging bullets, frogs, and wall spikes, but grab the green ones! They heal you up.</p> |
112 | 112 | </div> |
113 | 113 | <div class="game-card"> |
114 | | - <a href="scemu.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/emujs.png" alt="EmulatorJS Logo"></a> |
115 | | - <a href="scemu.html"><h3>SCEmu</h3></a> |
| 114 | + <a href="/scemu.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/emujs.png" alt="EmulatorJS Logo"></a> |
| 115 | + <a href="/scemu.html"><h3>SCEmu</h3></a> |
116 | 116 | <p>It's an emulator. That's all I have to say.</p> |
117 | 117 | </div> |
118 | 118 | <div class="game-card"> |
119 | | - <a href="pongout.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/pongout.png" alt="PongOut Icon"></a> |
120 | | - <a href="pongout.html"><h3>PongOut</h3></a> |
| 119 | + <a href="/pongout.html"><img src="https://raw.githubusercontent.com/usrx215/scgames/refs/heads/main/pongout.png" alt="PongOut Icon"></a> |
| 120 | + <a href="/pongout.html"><h3>PongOut</h3></a> |
121 | 121 | <p>Pong + Breakout. It's PongOut!</p> |
122 | 122 | </div> |
123 | 123 | </section> |
124 | 124 | </div> |
125 | 125 | <footer> |
126 | | - <a href="characters.html">Read more about our square characters here!</a> |
| 126 | + <a href="/characters.html">Read more about our square characters here!</a> |
127 | 127 | </footer> |
128 | 128 | </body> |
129 | 129 | </html> |
0 commit comments