Jump to content
Stray Fawn Community

Skynova

Member
  • Posts

    8
  • Joined

  • Last visited

Reputation

6 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Drone can be very solid if block could be connected to two or more parts at once. We can only make tree branches and stars and snakes.
  2. I miss that one as well. We only have speed sensor and do not give direction. I miss a direction of movement sensor. A block that works in one axis with 2 outputs and make it active key as input. It will also need a minimum speed or minimum acceleration level to work.
  3. ON/OFF Block do that as well. Once ON Key is pressed the output variable stays ON. If there is no key for OFF defined. I use ON /OFF block a lot.
  4. Nimbatus is exiting game as such. I like SUMO part of It a lot. Present Nimbatus game is for players of all ages and that is nice. If Logic Blocks would not count as a drone size that would be awesome. But If someone would implement 100+ Logic block in order to make some kind of AI brain, I don't know how Game would perform. Nesting gates is a problem as they make issues with delays at each gate output. By nesting I describe using two 2 input variable gates to make 3 input variable gate with one variable output. I really wonder, I will test it now. Let's say we would need 8 input NAND gate with one exit for drone project for example. It takes too many intermediate variables just to make a gate of the kind in present version of the game. LUA or any other scripting plugin would just be an expense for your developing house. I would keep game simple so that 5 year old child can play and enjoy. On the other hand game has educational value as Logic gates are implemented. Truth table block Is what we would like to have indeed. It is easy to implement from programming point of view. And game would not become buggy.
  5. Yes, PAL was first made in year 1978 by MMI and GAL came later. Lattice made the last GAL chip in year 2006 I think.
  6. There is a block a processor (For compact logic) is mentioned in Poll of new features, that will be it. I think It will be a block where we will be able to write a logic Function. Idk. The following are compact logic electronic chips Manufactured in real life and advantage of those chips over microprocessors are speed and the way of execution. PAL stands for Programmable Array Logic and were later replaced by PALCE. PLA Programmable Logic Array: Programmable AND array feeding a fixed OR arrayGAL Generic Array LogicMACH high density PLDPLD Programmable Logic DeviceCPLD Complex PLDFPLA Field-Programmable Logic Array I think there will be hard to implement above technologies in a game as they are not CPU friendly because of the way of execution. Did you know? All Logic functions can be made by NAND or by NOR gates. There are logic functions that requires more NAND gates than NOR and versa. The best way to implement Logic Functions is to convert them to memory topology instead of CPU topology. That enable stability and speed. It all depends what we wish to achieve. Sometimes It is better to use CPU resources over Memory or GPU and versa. It all depends what It is friendlier. When we wish to make multi-variable Logic functions it is the best to use Memory resources than Arithmetic Logic resources. The execution time is the same for any Logic functions in that case. And that will be more alike a Truth table or Look up table. Did you know? GPU implements GAL cell for every pixel.
  7. Hi everyone. I miss a compact logic computer in the game. I am playing logic drones with a lot of gates. I miss a compact logic computer in the game. Do you maybe know PAL or GAL chips? They are for State programming of automatics. I like those. They are hard to understand unless being in trade. Young players might not like it. Or another two: a compact logic module alternative where we would have a Truth table to tick instead of gates to describe logic function. I think that is much less process intense for the game as there is no extra variables between gates. And young players would love that as It is very simple to understand. Memory compact module would also be nice to round all logic needs. 8 inputs bits (keys) by 8 outputs bits (keys). I think this will make game more stable as well. Something like that is awesome.
×
×
  • Create New...