Przeglądaj źródła

Few comments for tomorrow...

master
Ognjen Milan Robovic 2 miesięcy temu
rodzic
commit
77f5adba08
2 zmienionych plików z 39 dodań i 0 usunięć
  1. +9
    -0
      source/ai.adb
  2. +30
    -0
      source/ai.ads

+ 9
- 0
source/ai.adb Wyświetl plik

@@ -30,6 +30,15 @@ package body ai is

------------------------------------------------------------------------------------------

procedure serialize (i : in natural) is
begin
if agent_is_bored (index) and agent_is_healthy (i) and not agent_is_hungry (i) then
null;
end if;
end serialize;

------------------------------------------------------------------------------------------

procedure configure is
begin
core.echo (core.failure, "No AI yet folk!");


+ 30
- 0
source/ai.ads Wyświetl plik

@@ -34,6 +34,36 @@ package ai is
joy : constant data_limit := 2#00100000#;
boredom : constant data_limit := 2#01000000#;

-- CONCIOUSNESS
-- UNCONCIOUSNESS
-- COLLECTIVE UNCONCIOUSNESS
--
-- somatic / psychic
--
-- leave legacy
-- -- outlaw - liberation
-- -- magician - power
-- -- hero - mastery
-- pursue connection
-- -- lover - intimacy
-- -- jester - enjoyment
-- -- everyman - belonging
-- provide structure
-- -- caregiver - service
-- -- ruler - control
-- -- creator - innovation
-- explore spirituality
-- -- innocent - safety
-- -- sage - understanding
-- -- explorer - freedom
--
-- I
-- Anima/Animus
-- Shadow
-- Persona
--
-- Trickster ?

type byte is new natural range 0 .. 2 ** 8 - 1;

type action_data is


Ładowanie…
Anuluj
Zapisz