• Joined on 2024-05-20
cha0s commented on issue cha0s/silphius#4 2024-06-25 00:53:47 -05:00
Farm plot
  // Seeds.
  const projection = {
    distance: [1, -1],
    grid: [
      [1, 1, 1],
      [1, 1, 1],
      [1, 1, 1],
    ],
  };
  // Tool lv. 1
  const projection = {
   …
cha0s pushed to master at cha0s/silphius 2024-06-24 09:19:29 -05:00
56ab4d73e5 refactor: offsets
fb4959916a feat: Q+D tools
ce1b09cf5a feat: Q+D inventory management
c1163fd71e fix: remove key interatcion for slot buttons
869ebf7e88 feat: swap slots
Compare 6 commits »
cha0s closed issue cha0s/silphius#7 2024-06-24 07:41:03 -05:00
Active item and usage
cha0s closed issue cha0s/silphius#14 2024-06-24 07:40:45 -05:00
Schema data type: map
cha0s closed issue cha0s/silphius#6 2024-06-24 07:40:35 -05:00
Drag and drop inventory slots
cha0s pushed to master at cha0s/silphius 2024-06-24 06:20:28 -05:00
fe412e710e fix: item action
f1b6a8b0d8 fix: consumption
b630221f1f fix: key listener dependencies
7af6b635bf fix: markup semantics
cc8c78cb30 refactor: tidy
Compare 6 commits »
cha0s pushed to master at cha0s/silphius 2024-06-24 04:43:17 -05:00
d5af4aed83 refactor: slot offset
4e266489d4 feat: consumption
d21e454c8a refactor: inventory slots as map
9fe10408f7 feat: map
15ca775611 fix: test
Compare 5 commits »
cha0s pushed to master at cha0s/silphius 2024-06-23 07:36:02 -05:00
6f7ec2e7ac fix: lint
8eec34fd47 refactor: structure
92b167237d fix: production
db1baa5db4 polish: smooth camera
a781b66cd1 fix: lint
Compare 9 commits »
cha0s opened issue cha0s/silphius#14 2024-06-22 18:31:00 -05:00
Schema data type: map
cha0s commented on issue cha0s/silphius#7 2024-06-22 18:29:08 -05:00
Active item and usage

Q&D done

cha0s pushed to master at cha0s/silphius 2024-06-22 12:30:29 -05:00
0c06dd7b83 refactor: ecs diff
3b6aee099f feat: sprite anchor
d94784e58e fix: qty spacing
9275b75701 fix: line-height
ea2337ee00 feat: quick and dirty inventory
Compare 17 commits »
cha0s pushed to master at cha0s/silphius 2024-06-21 06:04:26 -05:00
51a3576bca fix: resilience
0f08de7872 refactor: item input
10267f2146 fix: no default filter for diff
4c5fa9e6ef chore: loosen lint for assets
36607d3f12 flow: main entity, actions, active slot
Compare 16 commits »
cha0s pushed to master at cha0s/silphius 2024-06-17 05:20:25 -05:00
2f93e42106 feat: initial swcx
cha0s pushed to master at cha0s/silphius 2024-06-17 05:04:15 -05:00
11ee9ab6b5 feat: initial swcx
cha0s pushed to master at cha0s/silphius 2024-06-15 22:01:12 -05:00
ebb34eef95 feat: local persistence
5b2db45e94 refactor: names
95a8e5f13e refactor: ecs
Compare 3 commits »
cha0s closed issue cha0s/silphius#3 2024-06-15 21:03:26 -05:00
Save/load
cha0s pushed to master at cha0s/silphius 2024-06-15 16:32:33 -05:00
c53d716a37 feat!: server persistence
ce62d873bf refactor: play specific
6a7aa68002 refactor: engine
Compare 3 commits »
cha0s commented on issue cha0s/silphius#3 2024-06-14 11:02:50 -05:00
Save/load

Stories:

  • Singleplayer
    • Slots
    • In browser, Indexed DB
    • Electron, filesystem
  • Multiplayer
    • One universe, filesystem
cha0s pushed to master at cha0s/silphius 2024-06-14 01:23:16 -05:00
0685243b7b refactor: liberalize deserializer
cha0s pushed to master at cha0s/silphius 2024-06-14 01:19:09 -05:00
541283ca81 refactor: liberalize deserializer