1
0
Fork 0
forked from frdl/core
No description
This repository has been archived on 2026-07-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
dalmurii 1905ee3db5 update:
- added a learning & prediction model for computer

todo:
- add event logic

 Changes to be committed:
	- modified:   CMakeLists.txt
	- new file:   catastrophe/README.md
	- new file:   cfg/frdl.cmake.in
	- modified:   inc/frdl.h
	- modified:   inc/frdl/battle.h
	- modified:   inc/frdl/card.h
	- modified:   inc/frdl/entity.h
	- modified:   inc/frdl/guestbook/decl.h
	- deleted:    inc/frdl/math.h
	- deleted:    inc/frdl/rbt.h
	- renamed:    lib/sc/battle/0.c -> lib/battle/0.c
	- new file:   lib/battle/0/robot.h
	- modified:   lib/entity/1.c
	- new file:   src/math/exp.c
	- new file:   src/math/tanh.c
2026-06-30 22:05:08 +09:00
catastrophe update: 2026-06-30 22:05:08 +09:00
cfg update: 2026-06-30 22:05:08 +09:00
inc update: 2026-06-30 22:05:08 +09:00
lib update: 2026-06-30 22:05:08 +09:00
src/math update: 2026-06-30 22:05:08 +09:00
.gitignore Initial commit 2026-06-01 23:59:33 +09:00
CMakeLists.txt update: 2026-06-30 22:05:08 +09:00
README.md update: card-entity utitlities 2026-06-06 03:06:13 +09:00

   __         _ _                       
  / _|_ __ __| | |_ _ ___ ___  _ __ ___ 
 | |_| '__/ _` | (_|_) __/ _ \| '__/ _ \
 |  _| | | (_| | |_ | (_| (_) | | |  __/
 |_| |_|  \__,_|_(_|_)___\___/|_|  \___|

core logic of frdl

compiler

  • clang
  • clang-extended C11