In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiCraft2"

From WiiBrew
Jump to navigation Jump to search
m (Added changelog "currently being worked on" version.)
Line 15: Line 15:
  
 
This code was originally created by filfat. I do not claim to own any of the original code or executables. The github page no longer exists so I thought I would try and add things of my own and possibly continue this if it is no longer updated by filfat.
 
This code was originally created by filfat. I do not claim to own any of the original code or executables. The github page no longer exists so I thought I would try and add things of my own and possibly continue this if it is no longer updated by filfat.
 +
 +
===Info: Ways to help===
 +
 +
*Send me old source code for filfat's WiiCraft. Source for version 0.6.1 would be substantially helpful.
  
 
==Changelog== <!--Cool. This uses PHP comments.-->
 
==Changelog== <!--Cool. This uses PHP comments.-->
Line 21: Line 25:
  
 
*Set "1" to show debug info ingame. "2" to hide it.
 
*Set "1" to show debug info ingame. "2" to hide it.
*Removed some code that seemed to be usless.
+
*Removed some code that seemed to be useless.
 
*Added help menu.
 
*Added help menu.
 
*Added 3 map sizes: 16x16, 32x32, 64x64 (broken for now).
 
*Added 3 map sizes: 16x16, 32x32, 64x64 (broken for now).

Revision as of 22:17, 13 March 2016

WiiCraft 2
General
Author(s)filfat (original source), TechEdison
Type3D Voxel Game/Engine
Version0.8.1a Alpha
LicenceGNU GPL v3
Links
Download
Website
Peripherals
Wiimote.svg Nunchuck alternative.svg SensorBar.svg Loads files from the Front SD slot USBGecko2.svg USB mass storage device

WiiCraft is a block building game inspired by Minecraft and designed to run on the Nintendo Wii using homebrew. It is currently in alpha stages and is originally created by filfat. WiiCraft 2 will be updated by TechEdison. Visit the website for changelogs, downloads, and update news.

Info

This code was originally created by filfat. I do not claim to own any of the original code or executables. The github page no longer exists so I thought I would try and add things of my own and possibly continue this if it is no longer updated by filfat.

Info: Ways to help

  • Send me old source code for filfat's WiiCraft. Source for version 0.6.1 would be substantially helpful.

Changelog

../../.. - Currently Being Developed - Assumed to end up as 0.8.2a

  • Set "1" to show debug info ingame. "2" to hide it.
  • Removed some code that seemed to be useless.
  • Added help menu.
  • Added 3 map sizes: 16x16, 32x32, 64x64 (broken for now).
  • Changed the way map sizes are handled (broken for now).
  • Cleaned up menus. Fixed the clearing when changing to new menu.
  • Using wiiuse.h for some button mappings.

3/12/16 - 0.8.1a "Alpha"

  • Made sure I would not be compromising the already set license.
  • Added text when changing block type to tell you that it has completed.
  • Added a cleaner way to set version when updating (Now in version.h).
  • Created a build script. Not public for now.
  • Now creating an "Alpha" release and re-writing some of the original code.

3/12/16 - 0.8.0d "Dev"

  • Testing what happens if I change some things. It didn't go so well.

??/??/?? - 0.7.0 "Indev"

  • Original version by filfat