Fatima Alifa994.hashnode.net·Jan 22, 2023A guide to colours on the webColors on the web are most commonly displayed through color codes, which are simply ways of representing the colors we see daily in a format that can be interpreted by computers. These colors may be specified as RGB triplets or Hexadecimal triplets, ...Discuss·2 likes·33 readscolor
Dominik Schischmasigterm.hashnode.net·Jun 2, 2022Converting hex/bytes/int drama got a happy endYou won't believe how happy I have been, when I noticed the new BitConverter class in .Net. Finally, stop taking some stupid helper class around with you, just for converting byte to hex or other types and vice versa for example for debug logging. N...Discuss·74 readsC#
Michael Hoylemikehoyle.hashnode.net·Mar 15, 2023Drawing along the edges of a hex mapI'm developing a game that has a map design involving hex tiles connected in a graph along the edges. In my case, the hex tiles represent a sort of "watch tower", and the edges connecting them represent walls that are impassable without first address...Discuss·110 readshex
Michael Hoylemikehoyle.hashnode.net·Mar 15, 2023Drawing along the edges of a hex mapI'm developing a game that has a map design involving hex tiles connected in a graph along the edges. In my case, the hex tiles represent a sort of "watch tower", and the edges connecting them represent walls that are impassable without first address...Discuss·110 readshex
Fatima Alifa994.hashnode.net·Jan 22, 2023A guide to colours on the webColors on the web are most commonly displayed through color codes, which are simply ways of representing the colors we see daily in a format that can be interpreted by computers. These colors may be specified as RGB triplets or Hexadecimal triplets, ...Discuss·2 likes·33 readscolor
Dominik Schischmasigterm.hashnode.net·Jun 2, 2022Converting hex/bytes/int drama got a happy endYou won't believe how happy I have been, when I noticed the new BitConverter class in .Net. Finally, stop taking some stupid helper class around with you, just for converting byte to hex or other types and vice versa for example for debug logging. N...Discuss·74 readsC#