Here are
29 public repositories
matching this topic...
Chrome's Dino T-Rex game developed in Jetpack Compose
Updated
Jan 9, 2022
Kotlin
A 2D infinite side scroller mobile game made in Flutter using Flame engine.
Updated
Aug 16, 2020
Python
Play T-Rex game with Keras using convolutional neural network
Updated
Mar 14, 2018
Python
A Chrome Dino game clone built with Phaser 3
Updated
Mar 8, 2021
JavaScript
Teach T-Rex to dodge obstacles in 3 stages with CNN-Keras.
Updated
Mar 2, 2021
Python
Telegram bot to play classic Chrome Dino game
Updated
Aug 25, 2021
JavaScript
Make the dino in the dino game ride a tractor
Updated
Mar 14, 2022
JavaScript
A remake of the no-internet T-rex Runner game of Google Chrome using the p5.js libraries.
Updated
Apr 28, 2021
JavaScript
AI playing Chrome's TRex game.
Updated
Jan 19, 2019
Python
A 2D game based on Chrome Dinosaur Game / T-rex game built using HTML, CSS & JS in which T-rex has to jump over incoming obstacles ang gain points based on survival
O famoso jogo do T-Rex do Google com algumas modificações!
Updated
Jan 21, 2022
JavaScript
A copy of the Google TRex game using Unity. 🎮 👾
This repository contains Chrome’s Dino game which will be tweaked to be playable using facial expressions.
Updated
Sep 14, 2021
Jupyter Notebook
No internet connection Trex bot using opencv
Updated
Aug 8, 2020
Python
Play google chrome dyno T-rex game using tefla AI
Updated
Feb 4, 2019
JavaScript
Smart T-Rex is a machine-learning-based algorithm that enables autonomous playing of the T-Rex game.
Updated
Nov 14, 2020
Python
Updated
Oct 21, 2018
Python
AI To play the Chrome Trex game. Optimized for 24" monitor only.
Updated
Apr 12, 2021
Python
Based on offline chrome game
Updated
Jun 24, 2021
Java
The Dinosaur Game is a browser game developed by Google and built into the Google Chrome web browse.
TRex Game Chrome Offline Javascript -
Updated
Jul 9, 2019
JavaScript
Jogo do T-Rex criado pelos meus alunos de programação
Updated
Aug 2, 2021
JavaScript
A Simple one-button covid runner game inspired by chrome dino as part MLH LHD Share.
Updated
Mar 30, 2021
HTML
T-Rex Runner Game (Chrome Dinosaur Game ) using Java and library called acm
Updated
May 28, 2019
Java
Python T-Rex Jump AI (with NEAT)
Updated
May 26, 2020
Python
Script to autonomously play Googles Trex game
Updated
Jun 13, 2019
Python
TRex Runner Chrome Dinosaur Obstacle Avoiding Game built using Python PyGame
Improve this page
Add a description, image, and links to the
trex-game
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
trex-game
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The game loop doesn't use a deltaTime parameter based on the current frametime, or a fixed FPS, either of which are necessary in order for the game's performance to be consistent.
On a high-end system the game loop is so fast it is completely unplayable.