• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    C
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿฆ– Chrome's Dinosaur Game in C++

๐Ÿฆ– T-Rex Runner! (ported to C)

trex

This is a C port of Chrome's offline T-Rex Runner (source-code).

The port is missing a few game elements, but it's otherwise accurate:

  • It's missing night mode.
  • It's missing the Pterodactyl obstacle.
  • It has a slightly different intro.

The build is generated using CMake, and the only dependency is SDL (including the image and mixer libraries).

MIT license:

Copyright (c) 2021 Shlomi Nissan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

More Repositories

1

subbscribe

Marketing slider form for MailChimp and Campaign Monitor
CSS
148
star
2

formbuilder

๐Ÿ’พ Drop-in form builder written in JavaScript
JavaScript
84
star
3

sdl-wasm

๐Ÿ’พ C/SDL example using WebAssembly and HTML5 canvas
C
53
star
4

ultra64-demos

๐ŸŽฎ Original SGI Nintendo 64 demos
C
28
star
5

dave-wasm

๐Ÿ•น Dangerous Dave in C/SDL using WebAssembly
C
13
star
6

vue-color-picker-board

๐ŸŽจ A natural color picker component for Vue.js
Vue
11
star
7

express-client

โšก Promised-based HTTP client for modern C++ development
C++
8
star
8

vga-pong

๐Ÿ•น Pong in C/VGA (0x13) compiled with Borland C 3.1 (DOS)
C
7
star
9

texture-packer

๐Ÿ–ผ Spritesheet generator using rectangle bin packing algorithm
C++
5
star
10

chip8

๐Ÿ‘พ Chip-8 interpreter in modern C++
C++
4
star
11

dns-lookup

๐ŸŒ DNS hostname resolution CLI tool using BSD sockets
C++
3
star
12

echo-server

๐Ÿ“ข A simple TCP echo server with different methods for sync multiplexing
C
2
star
13

https-request

๐ŸŒ A command-line tool that makes HTTPS requests written in C++17
C++
2
star
14

opengl-cmake

๐Ÿฆ‘ OpenGL starter project for C++ using CMake and Conan
C++
2
star
15

cpp-project

๐Ÿ“ฆ Boilerplate for C++ projects configured for VSCode with Docker, Clang, CMake, GoogleTest, Travis CI, Doxygen
Dockerfile
1
star
16

cpp-rest-server

Simple HTTP REST API server using cpprestsdk
C++
1
star
17

assimp2h

๐ŸงŠ Convert 3D models into C++ vectors using Assimp
C++
1
star
18

webgl-starter

A project template for a vanilla WebGL application using Vite and Typescript
TypeScript
1
star