Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkatty committed Jan 2, 2025
1 parent 94787ad commit 0da6eed
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
game.txt
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# gene
# Gene: Genetic Engineering Biology Note 🧬
An interactive expereince that features biology knowledge. The characters are completed hand drawn by me, so are the other pixel arts/animations. (Except for the Minecraft cursors, they're from Google)

## How to Play
Click to interact with stuff, almost everything could be interacted with. There are many characters and mini stories in my website.

Navigate the website by clicking the 'Next' button, which would lead to the next scene. Each scene will bring out a biology knowledge about genetic engineering. (Psst, click the '!' for extra notes) <br><br>
![nextbtn](https://i.imgur.com/lCpdBUZ.png)


## Tech Stack
![HTML](https://img.shields.io/badge/HTML-orange?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS-blue?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-yellow?style=for-the-badge&logo=javascript&logoColor=white)
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Game</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
</head>
<body>
<div id="one">
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<head>
<title>Bio</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
</head>
<body>
<div id="start">
<h1>Genetic Engineering</h1>
<button onclick="window.location.href='game.html'">Play</button>
<button onclick="window.location.href='game'">Play</button>
</div>
</body>
</html>

0 comments on commit 0da6eed

Please sign in to comment.