GithubHelp home page GithubHelp logo

drippls / mk8dx-tool Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 9.72 MB

Fun little Mario Kart 8 Delux site, to make the game a bit more fun!

Python 13.28% CSS 43.36% HTML 23.00% Shell 0.36% JavaScript 19.99%
mariokart website randomizer examples python3 javascript

mk8dx-tool's Introduction

Mario Kart 8 DX Tools

This is a basic tool created to make Mario Kart 8 Delux a bit more fun for everyone. The kart randomizer makes games more interesting when playing with friends, to keep the sessions going without getting too repetitive. Example sets are also there to help out the worse players, get a bit of an advantage and level the playing field. Note: The site is hosted for free on glitch.com so it will take a couple seconds to wake up when you launch it.

Home Page

Randomizer

The randomizer chooses from all parts available in the game and generates a kartcode. Use these randomly generated sets to spice up your games and keep the fun coming!

All imgs are double checked with an XMLHttp Request:

function ImageExistance(imgName) {
	var http = new XMLHttpRequest(); 
	if (imgName.length === 0) { 
		p("No img found…");
		return null;
	} else { 
		http.open('HEAD', imgName, false); 
		http.send(); 
		if (http.status === 200) { return true }
		else { return false}
	}
}

So if you see any issues where an image doesn't load in, DM me and let me know!

Example Sets

There are several generated sets to allow for people to try new things out in the game, and try and get better. It is always important to see what is good and inovate from there, so knock yourself out. It does take a couple seconds to load the images in, so reload the page and wait a second if you are experiencing issues.

This uses a generator with text file input to make set creation easier for people. If you have any fun sets, let me know and I'll add them!

Final Note

I haven't fixed all the CSS issues, so there will probably be visual issues that exist. Just add them as an issue on the repo if you see them and I'll fix it. I didn't use bootstrap for this project as I wanted to practice my CSS skills, so I expect plenty of issues…

mk8dx-tool's People

Contributors

drippls avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

yunooooo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.