Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uspgamedev/circuit-of-mana-godot
3D prototypes of Circuit of Mana using Godot game engine
https://github.com/uspgamedev/circuit-of-mana-godot
Last synced: about 1 month ago
JSON representation
3D prototypes of Circuit of Mana using Godot game engine
- Host: GitHub
- URL: https://github.com/uspgamedev/circuit-of-mana-godot
- Owner: uspgamedev
- Created: 2014-08-07T01:17:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-27T20:59:50.000Z (over 10 years ago)
- Last Synced: 2023-03-22T19:06:32.542Z (almost 2 years ago)
- Language: GAP
- Size: 30.7 MB
- Stars: 2
- Watchers: 38
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Circuit of Mana (for UGDK)
==========================This is the repository for 3D prototypes of Circuit of Mana using Godot game
engine. Our goal is to have at least three prototypes with different point of
view: Third person; First person; and Fixed flying camera.All prototypes can be found in "prototypes" directory. In "demos" directory
there are a couple of public mini-projects which have good examples of features
for the prototypes. Once all resources used in Godot projects should be imported
as scenes, the "assets" directory stores all source assets and each prototype
keeps its game assets (scenes) inside its own directory.Requirements
------------All you need is to have Godot (1.0devel)
About Godot
-----------[Godot game engine](http://www.godot.org)
[Project organization](https://github.com/okamstudio/godot/wiki/tutorial_vercontrol)
[GDScript](https://github.com/okamstudio/godot/wiki/gdscript)Demos Reference
---------------[Official demos](http://www.godotengine.org/wp/?page_id=196&file=devel/2014-08-02/godot_demos-1.0devel.zip)
[FPS demo](http://www.reddit.com/r/godot/comments/21vp08/i_made_an_fps_demo/)
[Click demo](http://www.godotengine.org/forum/viewtopic.php?f=11&t=488&p=2019&hilit=click+3d#p2017)