Haunted House
Devlog
- April 09, 2019 by SweetLemonz#Basic Reborn, #Haunted House, #LLP, #Low Level Programming, #uwe, #Project 1The project has now been handed in, I am happy with the project I end with after all the issues I have while making to project, at times I was unsure if I was going to be able to get the project worki... Continue reading
- April 09, 2019 by SweetLemonz#Basic Reborn, #Haunted House, #LLP, #Low Level Programming, #Project 1, #uweJust like with the rooms the original plan was to use enums for the movement, but this was changed to now using a 2D array, the array has 1 place within the array for the room which it is in relation... Continue reading
- April 09, 2019 by SweetLemonz#Basic Reborn, #Haunted House, #Low Level Programming, #LLP, #Project 1, #uweCompared to my original idea of having the rooms as a list of enums, I ended up changing it to a list of strings in a array. I did this because I was having issues getting the enums to work with the... Continue reading
- April 09, 2019 by SweetLemonz#Basic Reborn, #Haunted House, #LLP, #Low Level Programming, #Project 1, #uweSo for the remake of Basic Reborn (Haunted House), My first thoughts are the create a list of enums for the player movements as well for each of the different rooms for the map, then have the player m... Continue reading
- April 09, 2019 by SweetLemonz#LLP, #Project 1, #uwe, #Low Level Programming, #Basic Reborn, #Haunted HouseThe first task for Low Level Programming is to recreate the small game that is in the book "Write Your Own Adventure Programs For Your Microcomputer"] The game basis of the game is you as the player g... Continue reading