Go to file
Yannis c6ad9951b6 Merge branch 'make-everything-better' into 'main'
Implemented texture_index

See merge request yannis/graphcraft!3
2023-05-31 18:35:02 +02:00
assets-cg Added debugging texture 2023-05-27 16:30:20 +02:00
src Removed unused code 2023-05-31 18:22:23 +02:00
.gitignore Added int operators to FixedPoint 2023-04-23 08:50:58 +02:00
CMakeLists.txt Reimplemented Simplex noise 2023-05-24 15:56:10 +02:00
README.md Added Javidx9 credits 2023-05-28 08:47:36 +02:00

README.md

GraphCraft

GraphCraft is a Minecraft like game running (yes ... just running... not playable) on Casio Graph 90+E (fx-CG 50) calculator.

credits

Thanks to Javidx9 for his 3D engine tutorial and a part of the rendering code :

One Lone Coder Console Game Engine Copyright (C) 2018 Javidx9 This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; See license for details. Original works located at: https://www.github.com/onelonecoder https://www.onelonecoder.com https://www.youtube.com/javidx9 GNU GPLv3 https://github.com/OneLoneCoder/videos/blob/master/LICENSE From Javidx9 :)

Thanks to SRomBauts for PerlinNoise :

Copyright (c) 2014-2019 Sebastien Rombauts (sebastien.rombauts@gmail.com)

Distributed under the MIT License (MIT) (See copy at http://opensource.org/licenses/MIT)