Search found 319 matches

by ArchAngel075
Fri May 05, 2017 9:18 am
Forum: Libraries and Tools
Topic: RingRosey|v1.2| two-radius ring segment helper
Replies: 4
Views: 5104

Re: RingRosey|v1.2| two-radius ring segment helper

Updated v1.2 : Updated with a major fix, Perhaps i was too tired when writing it but noticed that arc segments were not using correct end radius (they would use main outer radius allways, resulting in segments overlapping and incorrect sizes) Also Fixed issue where ArcSegments() created one more arc...
by ArchAngel075
Thu May 04, 2017 9:02 pm
Forum: Games and Creations
Topic: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]
Replies: 11
Views: 8961

Re: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]

What about pseudopodia, chloroplast and golgi apparatus? pseudopodia : interesting - I would love to implement it as an alternate to flagella but not sure how id get the rendering done (id need to probably use tessalation, though I am considering attempting to give cells a less ridgid body shape bu...
by ArchAngel075
Thu May 04, 2017 7:19 am
Forum: Games and Creations
Topic: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]
Replies: 11
Views: 8961

Re: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]

I understand that god Games are effortless usually, and yes the programming behavior portion is going to be a true nightmare to figure out but ideas are in works. Really this wont be a marketed game in any sense, its a personal hobby project i feel like doing to push myself and see what becomes of s...
by ArchAngel075
Wed May 03, 2017 11:32 pm
Forum: Games and Creations
Topic: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]
Replies: 11
Views: 8961

Re: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]

-snip- ....... [[Also What were the three scent systems you mentioned at the end?]] Im currently deciding how cells communicate and detect resources without using very hacky methods. Ay the moment in my Mother-Harvester design i have cells that can use a GetNearestChunk() method to instantly get lo...
by ArchAngel075
Wed May 03, 2017 2:19 am
Forum: Games and Creations
Topic: [alpha0.1] Intelligent Design/Guidance [WIP Game Concept]
Replies: 11
Views: 8961

[alpha0.1] Intelligent Design/Guidance [WIP Game Concept]

The following has no released code as of yet, the game/concept (whatever you wish to call it) is still very much in early development stages - but it is at a point where criticism and intrigue would be appreciated ... I present to you my hobby project inspired by a Android Google Play store game cal...
by ArchAngel075
Wed Apr 26, 2017 4:27 pm
Forum: Support and Development
Topic: Easy programming 'language' for all - concept and discussion
Replies: 12
Views: 11292

Re: Easy programming 'language' for all - concept and discussion

Sounds like an funny combination of colobot(programming) and reassembly(unit design/harvesting). Actually very much closer to colobot. reassembly would be another good idea, except a lot of the design will be inside a unit - there are only a few small components that affect the shape and physical a...
by ArchAngel075
Sat Apr 22, 2017 8:13 am
Forum: Libraries and Tools
Topic: RingRosey|v1.2| two-radius ring segment helper
Replies: 4
Views: 5104

Re: RingRosey|v1.1| two-radius ring segment helper

updated with fixes to steps argument, I was unhappy with its inconsistent behavior.
by ArchAngel075
Sat Apr 22, 2017 12:10 am
Forum: Support and Development
Topic: Easy programming 'language' for all - concept and discussion
Replies: 12
Views: 11292

Re: Easy programming 'language' for all - concept and discussion

So the question that arises for me is following: What is the purpose of this? Should the game: 1. teach peoples AI programming 2. teach peoples basic programming 3. teach people specific programming e.g. object orientation 4. teach people an specific programming language 5. Let peoples develop AIs ...
by ArchAngel075
Fri Apr 21, 2017 11:55 pm
Forum: Libraries and Tools
Topic: RingRosey|v1.2| two-radius ring segment helper
Replies: 4
Views: 5104

RingRosey|v1.2| two-radius ring segment helper

I was curious and in need of a method of getting the 4 points of a segment of a ring, I decided to share simply out of 'why not' and also to as always take advice/critic on code to better the snippets. Github RingRosey The goals were simple : allow one to specify outer and inner rings and number of ...
by ArchAngel075
Tue Apr 11, 2017 9:24 am
Forum: Support and Development
Topic: Easy programming 'language' for all - concept and discussion
Replies: 12
Views: 11292

Re: Easy programming 'language' for all - concept and discussion

-snip- Your explanation supports what has also been dawning on me lately. More and more i feel that limiting or simplifying the language into some graphical tool would cause too many issues and limitations on what i want of the users. I am now leaning more towards a pure lua text editor system with...