Skip to content

Nordeus/jobfair22-gamedev-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

Game Description:

We are kicking off our challenge by taking over Unity's template of the karting game. For controls, we use standard keys: WASD/arrows. You can try out the gameplay by opening the IntroMenu scene and going into play mode.

During the race, you can open the Pause menu by clicking Tab/P. In the Pause menu, you can choose to see controls or to go back to the Intro scene.

By controlling PlayerKart, you can move through the current track. Or you can try it out in our WebGL build: https://nordeus.github.io/jobfair22-gamedev-challenge/

Tech Description:

The project consists of two scenes: IntroMenu (from which we start the game) and MainScene (which is used for gameplay).

The IntroMenu scene is used for displaying the Play button and opening the Controls Panel.

MainScene contains a 3D environment, Kart Player and Game UI. The Kart Player object has multiple scripts attached that can be used for customisation and controlling of players. Make sure to check them out. Game UI object is holding UI for Pause Panel and Controls Panel. Feel free to create your canvas for UI or edit existing ones.

There is no restriction regarding removing/changing code - do whatever is necessary for you to show us what a FAST & FUN RACING GAME should look like!

image

Building your game for the WebGL platform:
  • On your local machine, create a new WebGL build version into the folder: /docs and push it to the main branch
  • Open your project on the GitHub
  • Go to Settings / Code and automation / Pages
  • For Branch, select main & for the folder, select /docs and press the Save button

Make sure to create and push the latest version of your game before submitting your GitHub link for WebGL build.

Challenge Description:

We want the players to have a complete racing experience. Make them feel fast, win against others, beat their best lap time, and have fun. As you can tell, the naked project we are using is not doing an excellent job with that. We want the core gameplay to be more fun, and this is your chance to help us and show your skills!

For a racing game, there are a few things you can think about:

  • The player needs to feel fast - Why Racing Games Feel Slow
  • Track design makes a big difference - What Makes a Great Mario Kart Track?
  • Players love completing objectives and having different winning conditions
  • Beating AI opponents or playing local multiplayer
  • Additional gameplay mechanics: boosters, nitro, etc.

Goal:

Show us what a FUN & FAST RACING GAME is for you! Feel free to add more features, new tracks, improve mechanics, boosters, leaderboard, multiplayer, or whatever your creative mind wants!

Submitting results:

You should send an e-mail to jobfair@nordeus.com with the following:

  • Link to your WebGL build
  • Explanation of what you added, game goal, controls, etc.
  • Bonus: video of your gameplay is more than welcomed

Additional Resources:

Good Luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages