Git Product home page Git Product logo

cgame's Introduction

a very lightweight game written in c

work in progress

demo video thumbnail

this repository contains a lot of shitcode because i almost never worked with THIS low-level and non-object oriented languages

tl;dr

go to the releases section

cognitiohazards

if you dont want to go insane i strongly advise you not to open src/obj.c file

dependencies

*windows*

all dependencies are preinstalled with your system or provided with an exe file

*fedora*

you need the following packages:

sudo dnf install gcc glfw-devel libglvnd-devel stb-devel make python3 xxd upx

additional packages if you want to build cgame for windows:

sudo dnf install mingw32-gcc

build

git clone https://github.com/DummrenDuck/cgame.git
cd cgame
make release

cgame's People

Contributors

dummren avatar xero-lib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cgame's Issues

Can't run 'make release' after installing GNU Make with Chocolatey on Windows

Heya, I'm not sure if this is an issue with Chocolatey, GNU Make or this project, but I figured I should try asking anyways. So Windows doesn't get their own 'make' command which is why I looked online and found out you can install something named GNU Make via Chocolatey. So, I install both of these with seemingly no problems, but when I run the command in the cgame folder it tells me this:

C:\my_path_towards_the_cgame_folder\cgame>make release
rm -rf bin/ tmp/
process_begin: CreateProcess(NULL, rm -rf bin/ tmp/, ...) failed.

make (e=2): The system cannot find the file specified.
make: *** [Makefile:28: clean] Error 2

Not really sure what to MAKE of this, I tried looking inside the Makefile and found the line that is supposed(?) to remove the bin and tmp folders so I added those in by hand and ran it again, but it spits out the same error. Can you help? I want to poke around with this project and see if I can learn a fun thing or two with it.

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.