👨‍💻 dev matrix->cyberpunk

development

owly

闇の伝説
Staff member
戦闘 コーダー
up until now, our code was on pair with the matrix learn scene.
one line of code to add one skill.

that is great, that is sci-fi turned real that is the most significant coding achievement in the history of time.

but hey why stop there? why be on par with the matrix and the human brain ?
what is beyond the matrix level? you already know

cyberpunk>the matrix.
one line of code to add a skill, but ALSO! 1 line of code to add a hardware capability.

this is the cross platform super emp! and it's up to team fuki to do it.

@fukurou
@the living tribunal


here is a rough draft I wrote while holding in my shit:
LogicChobit
DiAllowedReflexes

HardwareChobit
DiDefault(funnel)

*skill pair logic + hardware

addLogicSkill()
addHardwareskill()
 

fukurou

the supreme coder
ADMIN
Java:
package LivinGrimoire;

public class Brain {
    public Chobits logicChobit;
    public Chobits hardwareChobit;
    private String emot = "";
    private String bodyInfo = "";
    private String logicChobitOutput = "";
    public Brain() {
        logicChobit = new Chobits();
        hardwareChobit = new Chobits();
    }
    public void doIt(String ear, String skin, String eye) {
        if (!bodyInfo.isEmpty()){
            logicChobitOutput = logicChobit.think(ear,bodyInfo,eye);
            emot = logicChobit.getSoulEmotion();
        }
        else{
            logicChobitOutput = logicChobit.think(ear,skin,eye);
            emot = logicChobit.getSoulEmotion();
        }
        bodyInfo = hardwareChobit.think(logicChobitOutput,skin,eye);
    }
}

we need to javadoc

cyberpunk sdp.png
 

fukurou

the supreme coder
ADMIN
Java:
package AXJava;

import LivinGrimoire.DiSkillV2;

public class DiSysOut extends DiSkillV2 {
    @Override
    public void input(String ear, String skin, String eye) {
        if (!ear.isEmpty() & !ear.contains("#")){
            System.out.println(ear);
        }
    }
}
 

owly

闇の伝説
Staff member
戦闘 コーダー
BASED!!!!!!
holy shit on a stick !!!!!!!!!!!!!!!!!!!!!!

ijiranaide-nagatoro-san-2nd-attack-nagatoro-hayase-17-smile-ver-bellfine-.jpg

team Fuki #1 :s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72::s72:
 
Top