Skip to content

ArchieAtkinson/raylib-5K-gamejam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archie's raylib 5K gamejam Game

A Simple Plant Game

Game Screenshot

Description

Keep your plants watered and happy!

Features

  • Plants
  • Plants
  • Plants

Controls

Keyboard:

  • WASD to move
  • Q to water plant and refill water

Developers

  • Archie Atkinson - Everything but Music
  • Andrew Atkinson - Music

Links

  • itch.io Release: $(itch.io Game Page)

Running the Game

Requires:

Web

  • emcmake cmake -S . -B build_web -G Ninja -DPLATFORM=Web -DCMAKE_TOOLCHAIN_FILE=C:/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
  • cmake --build build_web
  • emrun build_web/GameJam.html

Windows

  • cmake -S . -B build -G Ninja -DPLATFORM=Desktop
  • cmake --build build
  • ./build/GameJam.exe

Copyright (c) 2022 Archie Atkinson


All content of this repo apart from the music (music is defined as the .wav files contained in this repo) and "background.png" are under the GNU Affero General Public 3.0 License. The music under the Creative Commons Attribution-NonCommercial 2.0 Generic License. "background.png" is from pxfuel and is under their Terms of Use.

About

A game for the raylib 5K gamejam

Resources

License

AGPL-3.0, CC-BY-4.0 licenses found

Licenses found

AGPL-3.0
LICENSE-agpl-3
CC-BY-4.0
LICENSE-cc-by-nc

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published