-
Notifications
You must be signed in to change notification settings - Fork 8
Game Sites: Building
☆ stargen ☆ edited this page Dec 5, 2024
·
2 revisions
_ _____
| | |____ |
___ | |_ __ _ _ __ __ _ / / _ __
/ __|| __|/ _` || '__|/ _` | \ \| '_ \
\__ \| |_| (_| || | | (_| |.___/ /| | | |
|___/ \__|\__,_||_| \__, |\____/ |_| |_|
__/ |
|___/ gamesite
to build your site, you need to know HTML, CSS, and Markdown. googling what you need can help a lot as well.
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.
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.