Skip to content

Game Sites: Building

☆ stargen ☆ edited this page Dec 5, 2024 · 2 revisions
      _                      _____        
     | |                    |____ |       
 ___ | |_  __ _  _ __  __ _     / / _ __  
/ __|| __|/ _` || '__|/ _` |    \ \| '_ \ 
\__ \| |_| (_| || |  | (_| |.___/ /| | | |
|___/ \__|\__,_||_|   \__, |\____/ |_| |_|
                       __/ |              
                      |___/   gamesite

building the site

coding languages

to build your site, you need to know HTML, CSS, and Markdown. googling what you need can help a lot as well.

name + base setup

if you want a website like starg3n, name the repo yourname.github.io. create a

  • README.md
  • index.html
  • style.css and fill these with what they should have.

building the main page

most smaller games you can download + push into folders on your main repo. for bigger games (i.e bitburner, gba) you will have to just link them in. build your site to look how you want, and test it regularly.

go home