Skip to content

JoseGarciaMoreno/Mjam22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Mjam22

Murcia Game Jam 2022: History of Fire


License

Asset: Música

Obra: Noche y Día Loop 1

Autor: https://www.fiftysounds.com

https://www.fiftysounds.com/es/musica-libre-de-derechos/noche-y-dia-loop-1.html


Asset: Sonido piedras extracto:

Autor “Sonidos para videos SIN COPYRIGHT”

https://www.youtube.com/watch?v=bb851R5r98M


Asset: Sonido Win (aplausos)

Autor: Audiosound

https://www.youtube.com/watch?v=LLVX9rm8TOc


Asset: Imagen Bosque Autor: Alejandro Terenzani

http://ciberestetica.blogspot.com/2022/07/paisaje-de-bosque-en-pixel-art.html


Asset 3D MIT License

Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.

Copyright (c) 2014-2022 Godot Engine contributors.

https://github.com/godotengine/godot-demo-projects/tree/3.4-b0d4a7c/3d/rigidbody_character

RigidBody Character 3D

RigidBody character demo for 3D using a capsule for the character. Cubes as RigidBodies spawn in the map from above to show interaction with the player (jump on them, gently push them), which would be impossible with a KinematicBody.

Language: GDScript

Renderer: GLES 3

How does it work?

This demo uses a RigidBody for the player, and StaticBody for the level. Each has colliders, the player moves itself via apply_central_impulse() in _physics_process(), and collides with the level.

Screenshots

Screenshot

Godot demo projects

Each folder containing a project.godot file is a demo project meant to be used with Godot Engine, the open source 2D and 3D game engine.

Godot versions

  • The master branch is compatible with Godot's 3.x branch.

  • The 4.0-dev branch is compatible with Godot's master branch (currently 4.0-alpha).

  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.4 branch for Godot 3.4.x.
    • 3.3 branch for Godot 3.3.x.
    • 3.2 branch for Godot 3.2.x.
    • 3.1 branch for Godot 3.1.x.
    • 3.0 branch for Godot 3.0.x.
    • 2.1 branch for Godot 2.1.x.

Importing all demos

To import all demos at once in the project manager:

  • Clone this repository or download a ZIP archive.
    • If you've downloaded a ZIP archive, extract it somewhere.
  • Open the Godot project manager and click the Scan button on the right.
  • Choose the path to the folder containing all demos.
  • All demos should now appear in the project manager.

Try the demos in your browser

Most of the demos are exported to GitHub Pages. They can be viewed here.

Note: The performance of Godot in a browser is lower than natively on desktop. For the best performance, consider downloading the demos.

Useful links

About

Murcia Game Jam 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published