Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janorico/fosscraft
FOSScraft - Minecraft-like voxel game with less PvP.
https://github.com/janorico/fosscraft
3d 3d-game game godot godot4 gpl gpl3 gplv3 open-source voxel voxel-game vulkan
Last synced: 2 months ago
JSON representation
FOSScraft - Minecraft-like voxel game with less PvP.
- Host: GitHub
- URL: https://github.com/janorico/fosscraft
- Owner: Janorico
- License: gpl-3.0
- Created: 2024-02-26T10:51:38.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T13:28:59.000Z (8 months ago)
- Last Synced: 2024-05-29T01:05:02.832Z (8 months ago)
- Topics: 3d, 3d-game, game, godot, godot4, gpl, gpl3, gplv3, open-source, voxel, voxel-game, vulkan
- Language: GDScript
- Homepage:
- Size: 392 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FOSScraft
FOSScraft - free and open-source voxel game.
Copyright (C) 2024 Janosch LionThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .## FOSScraft vs. VoxelFun/Minecraft
| Feature | FOSScraft | VoxelFun | Minecraft |
|-------------|-----------|----------|-----------|
| Free | X | X | - |
| Open Source | X | X | - |
| Stairs | X | - | X |## Setup
Just download the executable at [github.com](https://github.com/Janorico/FOSScraft/releases), and you're ready to go!
## Sources
* Godot Engine ([godotengine.org](https://godotengine.org))
* Godot Voxel Tools ([Zylann/godot_voxel](https://github.com/Zylann/godot_voxel))
* VoxelFun [Textures](https://github.com/JanoSemi/VoxelFun/blob/main/assets/TextureAtlas.dds) ([JanoSemi/VoxelFun](https://github.com/JanoSemi/VoxelFun))
* Sky Shader: [Stylized sky with procedural sun and moon](https://godotshaders.com/shader/stylized-sky-with-procedural-sun-and-moon/)
* Font: [8 Bit Operator](https://www.1001freefonts.com/8-bit-operator.font)
* Godot Debug Draw ([Zylann/godot_debug_draw](https://github.com/Zylann/godot_debug_draw))