I trained a Neural Network to understand my commands when playing my game

This page summarizes the projects mentioned and recommended in the original post on /r/gamedevscreens

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

  • The whole game is written in C++ using SFML for the graphics, entt as Entity-Component-System and tensorflow for the Neural Network. Tensorflow itself is written in C, so I use cppflow to integrate it into my C++ framework.

  • cppflow

    Run TensorFlow models in C++ without installation and without Bazel

  • The whole game is written in C++ using SFML for the graphics, entt as Entity-Component-System and tensorflow for the Neural Network. Tensorflow itself is written in C, so I use cppflow to integrate it into my C++ framework.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • examples

    TensorFlow examples (by tensorflow)

  • The whole game is written in C++ using SFML for the graphics, entt as Entity-Component-System and tensorflow for the Neural Network. Tensorflow itself is written in C, so I use cppflow to integrate it into my C++ framework.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts