Controls

  • WASD or Arrow Keys - Move
  • LMB - Shoot
  • Full Screen for the Best Experience

A Word From The Author

The following game is made for Try Something New Jam with the theme "into the unknown". This game is made in 1 week. Only one external asset (the music) is used in this game.

Comments

Log in with itch.io to leave a comment.

(1 edit)

Can you tell me how you have made the text for this page

Then, I split the text into sections of divs with classname="custom-border". In the first div, I set the classname="custom-controls". Then, I added this CSS:

.custom-border{
background-color: #1d0818;
padding: 10px;
margin: 5px;
border-radius: 5px;
}
.custom_controls{
transform: rotate(3deg);
}

thanks