]> 4ch.mooo.com Git - 16.git/blob - README.md
fixed some file issues poi
[16.git] / README.md
1 彼岸花 Project 01 話の地球 //Higanbana Project 01 ~ Story of Chikyuu\r
2 ==============\r
3 Open watcom to compile the code of project 16\r
4 --------------\r
5 \r
6 ### Directory Structure!\r
7 \r
8 16.exe = actual planned game executable!\r
9 / = root of project where executables are at\r
10 16/ = experimental branch and example codes\r
11 16/modex16/ = pngwen's code archived~\r
12 src/ = source of project~\r
13 doc/ = documentation of the project~\r
14 doc/faq.txt = frequently asked questions file!\r
15 \r
16 ### To compile:\r
17 \r
18 You need Open Watcom stable to compile and just run wmake\r
19 \r
20 ###TODO\r
21 https://github.com/sparky4/16/blob/master/TODO.md\r
22 \r
23         project 16 is in deep dump right now\r
24         it is leaving the pre alpha state and heading into alpha state www\r
25         which means cache manager work but... it needs much rewriting for the new file formats\r
26 \r
27 #### info about the game:\r
28 top down scroller similar to the game Ib\r
29 my budget is small because i am a broke collage student\r
30 the main issues i have is reworking the chache manager of the old id engine to work with the new file formats and getting it all together to work\r
31 and reworking old experimental code into id_RF\r
32 there is alot of work that i dont know how to make it work\r
33 i will do alot of coding but i am stuck on the game engine cache manager and sound issues\r
34 yeah there is no sound system for the game either\r
35 there is the latest stuff from  https://github.com/sparky4/16/issues/7\r
36 the game is a 16 bit top down scroller in 4 directions where is loads more levels and maps within levels similar to the game Ib\r
37 it will have a save feature, OPL3 and PC speacker sounds, a custom palette manager that loads palette for different sprites and stuff on the fly and merge matching colors together\r
38 i need to return the ylookup table for the graphical system\r
39 which is what wolf 3d used\r