Giter Club home page Giter Club logo

game_jam's Introduction

News

  • 2022-03-22 - April 2022 Jam officially announced
  • 2022-03-24 - April 2022 Getting Started Video Released
  • 2022-03-27 - Discord link updated (old one expired)
  • 2022-04-01 - April 2022 Jam's Theme Officially Announced and Jam starts - "Round"

Jason's C++ Best Practices Game Jam Official Rules

The C++ Best Practices Game Jam is a periodic friendly competition designed to promote the learning of C++ through game creation in an environment that makes it easy to apply Best Practices.

Be sure to read through this entire document. We want you to have fun, and have given you startup projects that help you succeed and apply all of the rules!

Also, it's fine to start playing with the game project template today and familiarize yourself with it.

Social Media

Please use #CppBestPracticesGameJam on social media, and feel free to add your Twitch / dev links here in a Pull Request:

Who is Jason and Why Does He Have a Game Jam?

Jason Turner (aka lefticus):

At the start of 2022 Jason made it a goal of his channel and Twitter interactions to make C++ "Fun and Accessible." The hope is that this game jam provides a FUN environment for people to learn C++.

Code of Conduct

All interactions around the game jam are to be governed by the Berlin Code of Conduct. If you, your team, or your project are found to be in violation of the code of conduct, then your submission wil be disqualified.

Funding, Sponsorships and Prizes

There is currently no actual prizes planned, but in case there are prizes awarded, I must note:

Announcements!

Basic Timeline

Game Jams will last across two weekends, and the week inbetween. Voting and evaluation of the submissions will take place over one week.

  • Friday @ 12:00 UTC - Game Jam theme is announced, design and development can begin
  • Saturday - Sunday (8 days) - Game development
  • Monday @ 12:00 UTC - Submissions must be completed
  • Tuesday - Thursday @ 12:00 UTC - Community voting allowed
  • Friday - Winners Announced

Rules

Games must:

  • use FTXUI
  • be created from the C++ Best Practices/ftxui_template project via "use this template."
  • compile with no warnings or errors on all pre-configured actions
  • have selected a license
  • run with no errors from Address Sanitizer or Undefined Behavior Sanitizer (as configured by default in "developer mode" of the provided template)
  • interpret the theme in some way
  • document any warnings that have been disabled, and why

Submission requirements:

  • submissions will take place via a pull request to this project
  • submissions must link to a specific github release on your project
  • PR (and release) must be dated before the submission deadline

By participating in this Game Jam you agree to release YouTube and Jason Turner from any liability related to your participation.

Who Can Participate?

Anyone willing to follow the Code of Conduct. Families and teams are encouraged.

What Libraries Can I Use?

Anything you want to, as long as it does not violate any other rules. Conan package manager is provided with the template, and it uses some packages already. However, all output must still happen through FTXUI.

Teams

Teams of any size are allowed. Just be aware that coordinating large teams can be difficult. To meet other people to join into a team, join the Discord

How Submissions Are Judged

  • Interpretation of Theme
  • Gameplay
  • Creativity
  • Code Quality / Code Readability
  • Fun
  • Testing of Game Code

Getting Started

  1. Create a new project by clicking "use this template" from image.
  2. Make sure the project's "actions" are enabled image
  3. Wait for the "template janitor" action to finish image
  4. Install local tools
    • compiler of choice
    • clang-tidy and cppcheck (linux, MacOS)
    • conan
  5. Clone your project locally, and open it with your editor of choice

(Videos on this will be forthcoming)

Some Hints

Configuration Notes

  • clion on Windows is currently an untested configuration, and you might have difficulty getting ASAN, cppcheck, and clang-tidy to be found. They can be installed, but it will take manual work to get them located.
  • The easiest option for changing settings is to use your cmake-gui of choice. However, if you want to change options during CMake configuration time (commandline or from your IDE's options, you should be able to follow this example from the CMakePresets.json

game_jam's People

Contributors

lefticus avatar bartekleon avatar wmerfalen avatar

Watchers

James Cloos avatar

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.